https://github.com/hectorcorrea/solr-for-newbies
Materials for the Solr for newbies workshop
https://github.com/hectorcorrea/solr-for-newbies
code4lib solr tutorial workshop
Last synced: 2 months ago
JSON representation
Materials for the Solr for newbies workshop
- Host: GitHub
- URL: https://github.com/hectorcorrea/solr-for-newbies
- Owner: hectorcorrea
- License: other
- Created: 2017-11-20T19:45:39.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T13:43:59.000Z (over 1 year ago)
- Last Synced: 2025-01-03T17:19:24.933Z (4 months ago)
- Topics: code4lib, solr, tutorial, workshop
- Language: HTML
- Homepage:
- Size: 30.8 MB
- Stars: 79
- Watchers: 4
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solr for newbies workshop
The repository contains the materials for the **Solr for newbies** workshop.
File [tutorial.md](https://github.com/hectorcorrea/solr-for-newbies/blob/main/tutorial.md) has most of the material that we will cover during the workshop. In order to have a textual record of the commands to execute (along with their parameters and output) all the examples in this file are shown as executed via command line utilities like cURL. However, during the workshop we will use a combination of approaches, some steps will be executed through the command line while others will be done through the admin web page that Solr provides out of the box.
File **tutorial.pdf** has the same content as tutorial.md but in PDF format and it's [downloadable]( https://github.com/hectorcorrea/solr-for-newbies/raw/main/tutorial.pdf).
File **slides.pdf** contains the slides used in the workshop to support the material in tutorial.md.
File **books.json** has the sample data that we will use during the workshop.
File **install_solr_jdk.md** has instructions on how to install Solr directly on your machine (instead of using a Docker container).
Folder `scripts/` has a few scripts that can be used to automate the steps of adding documents or fields to the Solr core used in the tutorial. These scrips just bundle the steps documented in tutorial.md.