Solr Server + Vind Core
5.4K
Vind Solr Server provides a dockerized Solr Server that already includes a core following the Vind Schema (https://github.com/RBMHTechnology/vind).
The image can be found on Dockerhub (redlinkgmbh/vind-solr-server). You can also build it by yourself:
docker build -t myimages/vind-solr-server .
Run the image and expose the Solr standard port. The number of the server is alligned to the Vind version.
docker run -p 8983:8983 redlinkgmbh/vind-solr-server:{vind-version-based-tag}
Now you can access the core named vind on http://localhost:8983/solr.
Currently the follwing tags can be used:
Content type
Image
Digest
Size
218.2 MB
Last updated
over 6 years ago
docker pull redlinkgmbh/vind-solr-server