Template repo to manage local solr instance for indexing documents and websites.
By default the solr instance is running in schemaless mode.
$ docker compose up -d
# runs solr admin ui on port 8983The default behavior runs a solr instance in docker compose, and automatically indexes everything
in ./local_data/. If you want to index websites, then add a shell script under ./initdb.d/ that
does so see solr in Docker for more.
Note that the solr command used in the current initialize_data.sh script corresponds to
this shell script in the container.