Publishing Metadata in Solr¶
How to publish metadata records in Solr for GeoBlacklight integration
Note
This page is a work in progress and needs more information.
Add metadata records to Solr¶
Metadata for GeoBlacklight instances is stored and indexed in Solr. The Solr application identifies each metadata record as a “document.” The process of adding documents to Solr is called “indexing.”
Option A: Manually indexing
If you have access to your Solr Dashboard panel, you can add records manually by pasting them into the Documents pane.
Option B: Indexing via scripts
It is often more practical to use a process for batch adding, updating, and deleting the records. Most of the available processes are in the form of command-line scripts. See the Metadata Scripts for examples.