Skip to content

Commit 46bb655

Browse files
committed
clean up "index-in-solr"
1 parent 765f220 commit 46bb655

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

docs/index-in-solr.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
1-
# Publishing Metadata in Solr
2-
3-
How to publish metadata records in Solr for GeoBlacklight integration
1+
# Index Metadata in Solr
42

53
!!! note
64

75
This page is a work in progress and needs more information.
86

7+
Metadata records must be indexed in Solr in order to integrate with GeoBlacklight. The Solr application identifies each metadata record as a “document.” The process of adding documents to Solr is called “indexing.”
98

10-
## Add metadata records to Solr
11-
12-
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.”
13-
14-
**Option A: Manually indexing**
9+
## Option A: Indexing manually
1510

1611
If you have access to your Solr Dashboard panel, you can add records manually by pasting them into the Documents pane.
1712

18-
**Option B: Indexing via scripts**
13+
## Option B: Indexing via scripts
1914

20-
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](scripts.md) for examples.
15+
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](../scripts) for examples.

0 commit comments

Comments
 (0)