Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 359 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 359 Bytes

SolrMerge

An open source project to merge Solr cores in an extremely customizable way.

How to Run ?

  1. Import the project into your workspace.
  2. Tune src/main/resources/merge-core.config.xml to map the Solr fields.
  3. Write your custom handler, if required. See ExampleHandler for reference.
  4. Run gov.nasa.jpl.memex.solr.MergeCore and you are done.