content.md 1.1 KB

What is Solr?

Solr is highly reliable, scalable and fault tolerant, providing distributed indexing, replication and load-balanced querying, automated failover and recovery, centralized configuration and more. Solr powers the search and navigation features of many of the world's largest internet sites.

Learn more on Apache Solr homepage and in the Apache Solr Reference Guide.

wikipedia.org/wiki/Apache_Solr

%%LOGO%%

How to use this Docker image

To run a single Solr server:

$ docker run -p 8983:8983 -t %%IMAGE%%

Then with a web browser go to http://localhost:8983/ to see the Solr Admin Console.

For more detailed instructions for using this image, see the README.

About this repository

This repository is available on github.com/docker-solr/docker-solr, and the official build is on the Docker Hub.