Task #5883
closedFeature #5810: Implement SOLR-based search
Create unit tests to exercise Metacat SOLR query/index features
Description
It would be a good start to be able to insert a single test EML document into the index and then be able to query the index using different fields to show that the document is found, and also not found based on different queries. We can expand on this basic motif as more features are added (ORE packaging, access control, etc).
These tests should run with only minimal configuration of Metacat and should not rely on any resources external to what is included in the Metacat project or what Metacat can reasonably pull in during build time. See existing test packages for examples/templates.
Updated by ben leinfelder over 11 years ago
- Assignee changed from Brendan Hahn to Jing Tao
Jing already has a head-start with the SolrIndexTest!
Updated by ben leinfelder over 11 years ago
- Status changed from New to Closed
- translation missing: en.field_remaining_hours set to 0.0
- Bugzilla-Id set to 5883
SolrQueryAccessFilterTest is a good first pass. Metacat-index project also has unit tests and integration tests.