Task #2173
Story #2067: Refactor the index task generator and processor to improve scalability and performance
Create solr index test harness
100%
Description
Need ability to verify that new metadata mining rules are being added to the solr index appropriately.
Test harness will:
Generate index tasks using known system metadata, science metadata, science data test resources.
Process index tasks - creating/updating solr index with entry for test resources.
Verify solr index record accurately reflect and contains all appropriate data according to the solr schema and metadata processing rules.
History
#1 Updated by Skye Roseboom almost 13 years ago
- Status changed from New to In Progress
#2 Updated by Skye Roseboom almost 13 years ago
- Status changed from In Progress to Closed
Two test classes:
SolrIndexFieldTest - verifies the solr index record contains information 'mined' from xml documents by XPathDocumentParser and solr index field generation configuration.
SolrFieldXPathTest - verifies the XPathDocumentParser and solr index field generation configuration is pulling the correct data from the xml documents.