https://github.com/natthasath/docker-solr
Solr is an open-source enterprise search platform, used for full-text search, faceted search, and real-time indexing of documents. It is built on Apache Lucene.
https://github.com/natthasath/docker-solr
docker-compose solr
Last synced: 2 months ago
JSON representation
Solr is an open-source enterprise search platform, used for full-text search, faceted search, and real-time indexing of documents. It is built on Apache Lucene.
- Host: GitHub
- URL: https://github.com/natthasath/docker-solr
- Owner: natthasath
- License: mit
- Created: 2022-08-15T09:14:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T03:45:58.000Z (over 1 year ago)
- Last Synced: 2025-01-09T02:51:55.033Z (over 1 year ago)
- Topics: docker-compose, solr
- Language: YAML
- Homepage: https://solr.apache.org/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 Docker Solr
Solr is an open-source enterprise search platform, used for full-text search, faceted search, and real-time indexing of documents. It is built on Apache Lucene.



### 🏆 Run
- [http://localhost:8983/](http://localhost:8983/)
```shell
docker-compose up -d
```