content.md 1.5 KB

What is Solr?

Solr is the blazing-fast, open source, multi-modal search platform built on Apache Lucene. It powers full-text, vector, analytics, and geospatial search at many of the world's largest organizations. Other major features include Kubernetes integration, streaming, highlighting, faceting, and spellchecking.

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

%%LOGO%%

How to use this Docker image

Full documentation can be found in the Solr Reference Guide's Docker section.

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.

About this repository

This repository is available on github.com/apache/solr-docker, but the image is built and maintained in the official Solr repo github.com/apache/solr.

Please direct any usage questions to the Solr users mailing list.

History

This project was started in 2015 by Martijn Koster in the github.com/docker-solr/docker-solr repository. In 2019, the maintainership and copyright was transferred to the Apache Solr project. Many thanks to Martijn for all your contributions over the years!