Story #8758
Index replicationStatus field
Start date:
2019-01-14
Due date:
% Done:
0%
Story Points:
Sprint:
Description
Operators on ESS-DIVE are trying to generate a report by querying the solr server. The report will include the replica information. However, the field "replicationStatus" currently is not indexed in our process and this makes their report incomplete.
So they request to add "replicationStatus" in the schema.xml and the rule to index the field.
Moreover, "replicationStatus", "replicatMN" and "replicaVerifiedDate" should be searchable. So those fields should set the attribute "indexed" true. Currently they are false on the fields "replicatMN" and "replicaVerifiedDate".