Favicon of Apache Solr

Apache Solr

Build powerful search applications with a fault-tolerant, open source platform. Get distributed indexing, replication, and load-balanced querying.

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:

  • Full-text, vector, and geospatial search to handle diverse data types.
  • Distributed indexing and replication for high availability and scalability.
  • Load-balanced querying to manage high traffic volumes efficiently.
  • Automated failover and recovery for a fault-tolerant system.
  • Centralized configuration for easier management.

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.

Directory Structure

apache-solr
solr
solr-data
.env
docker-compose.yml

docker-compose.yml

services:
  solr:
    image: solr:9
    container_name: solr
    ports:
      - "8983:8983"
    volumes:
      - ./solr-data:/var/solr
    command:
      - solr-precreate
      - gettingstarted
    restart: unless-stopped

.env

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

Share:

Ad
Favicon

 

  
 

Similar to Apache Solr

Favicon

 

  
  
Favicon

 

  
  
Favicon