Solr Index for the Gutenberg Project.
- Download and unpack Solr 9.5.0
- Run Solr pointing at the Solr Home directory for the Relevance Course
./bin/solr start -s /path/to/relevanceCourse/
In your browser, navigate to "http://localhost:8983/solr/" to confirm Solr is up and running
- Verify you can open books.json - this dataset has been extracted from the Gutenberg Project by corgis
- Install Python 3.12.2 and the pysolr library library - pip install pysolr
- Run
python index.py
to index the books
Navigate here and confirm you get the results.
./bin/solr stop