An open API service indexing awesome lists of open source software.

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

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.