Type | Changes | By |
---|
| Get all .xml files in the given config directory instead of requiring product-classes.txt to be specified. Fixes PDS-144. | jpadams |
| Allow for unlimited 'jumps' for associations to be specified (i.e. instrument_host_ref.instrument_ref.data_set_ref.node_ref.agengy_ref.alternate_id will get agency). Fixes PDS-154. | jpadams |
| Completed patch for use with Solr 4, including updates to pom dependencies and Indexer.java. Fixes PDS-173. | jpadams |
| Updated PDS config files to point to relative instead of absolute URL to resolve issue with domain specificity. Fixes PDS-177. | jpadams |
| Updated command-line options and property keys to allow for specification of primary and secondary registries; also update XSD to allow for inclusion of 'DataSources' which can then be set with primary/secondary 'priority' and DataSource type (i.e. registry) as well as the option to 'append' the new sources to the current list specified via command-line/property file, or to overwrite. Fixes PDS-189. | jpadams |
| Created new logging and stats classes to maintain the missing slot/associations/etc. | jpadams |
| Updated unit tests to reflect changes from PDS-189. | jpadams |
| Leveraged decorator pattern for Extrinsic Objects to allow for extension of the objects that come back from the Registry. Allows for methods like getLidvid, getSlotValues, etc. | jpadams |
| Refactored RegistryAttributes class to be an enum to better handle Registry attributes. | jpadams |
| Updated unit tests to test new classes/methods. | jpadams |
| Updated core configs to work with XSD. | jpadams |
| Updated software to use XML schema to specify configurations for different products. Introduced core-config.xsd. | jpadams |
| Removed Indexer and ProfileParser classes that have been deprecated from use and no longer have a use. Updated Launcher to remove reference to these classes. | jpadams |
| Cleaned up assembly.xml to use correct syntax for recursive include. | jpadams |
| Updated SearchCorePDS3Test to run against only 5 data sets instead of 1000 to improve deployment performance. | jpadams |
| Updated solr-post script to use awk instead of gawk for systems that do not have gawk installed. | jpadams |
| Updated OPUS description in search-tools.xml. | jpadams |
| Updated documentation to include info on configurations. | jpadams |