Task #2202
Story #2067: Refactor the index task generator and processor to improve scalability and performance
Remove unneeded fields from SOLR schema
100%
Description
The following SOLR fields are not needed by the DataONE Mercury interface and can be removed from the SOLR schema:
- cat
- distribution
- features
- includes
- manu
- name
- variableName
History
#1 Updated by Dave Vieglais almost 13 years ago
Also the copy fields:
- manu_exact
- distributionText
And the deprecated:
- executePermission
field need to be removed from the schema.
#2 Updated by Skye Roseboom almost 13 years ago
Investigate on deploying a modified schema file on existing solr install. May need to clear out solr index data, then install new schema.xml. Only a concern for cn-dev-2 where index is installed already.
#3 Updated by Skye Roseboom almost 13 years ago
- Status changed from New to In Progress
#4 Updated by Skye Roseboom almost 13 years ago
- Status changed from In Progress to Closed
Complete. Only field with index generation rule defined was executePermission which was removed from the system metadata configuration. All fields removed from official solr schema 'index-solr-schema.xml' found in d1-cn-index-processor project.
Updated index-solr-schema.xml placed in buildout project.