lockbox / solr-start

Template repo for a solr server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

solr start

Template repo to manage local solr instance for indexing documents and websites.

By default the solr instance is running in schemaless mode.

Quickstart

$ docker compose up -d
# runs solr admin ui on port 8983

Details

The 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.

About

Template repo for a solr server

License:Apache License 2.0


Languages

Language:XSLT 58.5%Language:Shell 37.1%Language:JavaScript 3.5%Language:Makefile 0.8%