NASA-PDS / registry-legacy-solr

Legacy Registry Software components leveraging Apache Solr. Includes Legacy Harvest Tool, Registry Manager, PDS3 Catalog Tool, and Search Core library. These components provide the capabilities for loading PDS3 and PDS4 data into the Legacy Solr Registry, driving the PDS keyword search.
Apache License 2.0
0 stars 1 forks source link

Merge harvest-legacy, registry-pds3-catalog, and registry-mgr-legacy #80

Closed jordanpadams closed 3 months ago

jordanpadams commented 3 months ago

🗒️ Summary

Merge all repos together and refactor our search-core into separate library

⚙️ Test Data and/or Report

[SUCCESS] Harvest Successful
[INFO] Check solr docs match expected
[SUCCESS] Solr Doc Diff Successful
[INFO] Registry Manager Load
curl -X POST -H Content-Type: text/xml -d @/Users/jpadams/registry-data//solr-docs/solr-docs/solr_doc_0.xml http://localhost:8983/solr/data/update/xslt?commit=true&tr=add-hierarchy.xsl
<?xml version="1.0" encoding="UTF-8"?>
<response>

<lst name="responseHeader">
  <int name="rf">1</int>
  <int name="status">0</int>
  <int name="QTime">391</int>
</lst>
</response>
[SUCCESS] Registry Manager Load Successful

♻️ Related Issues

Resolves #77

jordanpadams commented 3 months ago

thanks for the PR review @nutjob4life !

nutjob4life commented 3 months ago

thanks for the PR review @nutjob4life !

Happy to help @jordanpadams!

jordanpadams commented 3 months ago

Merging for now. Still need to do some more research to fix the branch testing.