use default "metacat" context name for metacat-index testing.
use a non-public rightsHolder for both EML and Annotation test documents now that the RDF subprocessor checks each annotation to see that it came from a user that as write permission for the object being annotated.
use Matthew Jones for test creator since he has an ORCID in their staging environment.
augment annotation indexing test/sample to include orcid annotation. https://projects.ecoinformatics.org/ecoinfo/issues/6267https://projects.ecoinformatics.org/ecoinfo/issues/6423
Do a more thorough check that the characteristic annotation was successfully indexed as expected (semtools)
switch to the OpenAnnotation (OA) model for annotating datapackages with measurements/characteristics (semtools)
allow indexing of RDF documents - provide a sparql query that will return values for the field name. Using measurement_sm initially (a dynamic multivalued solr field). https://projects.ecoinformatics.org/ecoinfo/issues/6253
Add a junit test to test resourcemap subprocessor.
Add the property of dataone.hazelcast.location.clientconfig.
Add a new property for the log class name.
add MapStore/Loader test for the IndexEvents -- adding and removing events in the DB table through hazelcast. https://projects.ecoinformatics.org/ecoinfo/issues/5944
Add some new properties for the test.
Add a system metadata for archiving.
Add the names of the system metadata and the data object imaps.
Add a junit test for the IndexGenerator class.
Change the default solr endpoint to be the localhost.
Read the solr configuration file name and collection name from the property file.
simplify testing with embedded solr server locations -- no need to copy solr-home or set system properties. Still more to do (factory method) but this is getting cleaner.
include test resource bundles to be loaded into Settings configuration during testing.
Add documents for updating solr index.
Add junit test class to test the SolrIndex class.