This is a blazing-fast, open source, multi-modal search platform built on the powerful capabilities of Apache Lucene. It enables you to build sophisticated search and navigation features for applications of any scale, from a weekend project to a global enterprise.
Harness a comprehensive set of features designed for performance and resilience. Key capabilities include:
Trusted by some of the most heavily-trafficked websites and applications in the world, this platform is a tested and proven solution for powering demanding search functionalities.
services:
solr:
image: solr:9
container_name: solr
ports:
- "8983:8983"
volumes:
- ./solr-data:/var/solr
command:
- solr-precreate
- gettingstarted
restart: unless-stopped
# No sensitive environment variables are required for a basic Apache Solr deployment.
# If you configure Basic Authentication via security.json later, you can store credentials here.
Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago