Type | Changes | By |
---|
| Created PDSDateConvert class to handle conversions of PDS4-compliant date/time values into Solr-compliant date/time values. Fixes PDS-102. | jpadams |
| Refactored the Search Protocol and XML Response Writer out of the search-core and into search-service. Also moved Solr index scripts from search-service to search-core and updated the scripts to use absolute paths. Updated pom files accordingly to reflect changes in dependencies from refactoring of Solr stuff. Fixes PDS-100. | jpadams |
| Updated CLI by requiring registry URL to be specified, a new flag to specify a configuration directory, and a new flag to specify Search Service Home. | jpadams |
| Renamed several classes to use PDS4 terminology (i.e ProductClass.java and SearchFields.java). | jpadams |
| Updated Solr document parser class to populate unknown/null date/time fields with values. | jpadams |
| Updated Solr Indexer to create multiple solr-index.xml depending on a specified threshold of index documents for Solr Index file. This coincides with changes to the solr-post script, alleviating issues with Java Heap during XSLT transformations prior to posting to the Solr Web App. | jpadams |
| Updated PSA Config to capture more information from data in the registry. THis may be a temporary fix until more data is available. Includes data_object_type and mission_start/stop_date. | jpadams |
| Modified references to Search Service Home throughout application and documentation in an effort to eliminate confusion between the path used in Search Core versus the path specified in the Search Service installation. Changed Search Service Home to Search Home, where applicable. | jpadams |
| Updated Installation and Operation documentation to reflect the changes in tool functionality. | jpadams |
| Fixed bug in ProductClass class to set default version to 1.0 when associated lidvid does not contain a version. | jpadams |