https://github.com/zuliaio/zuliasearch
Zulia Search Engine
https://github.com/zuliaio/zuliasearch
distributed java lucene realtime search search-engine
Last synced: 5 days ago
JSON representation
Zulia Search Engine
- Host: GitHub
- URL: https://github.com/zuliaio/zuliasearch
- Owner: zuliaio
- License: apache-2.0
- Created: 2017-07-31T16:13:24.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2026-01-28T20:54:29.000Z (12 days ago)
- Last Synced: 2026-01-29T09:55:50.660Z (11 days ago)
- Topics: distributed, java, lucene, realtime, search, search-engine
- Language: Java
- Homepage: http://zulia.io/
- Size: 4.13 MB
- Stars: 34
- Watchers: 5
- Forks: 8
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - Zulia
README
# Zulia
## Distributed Lucene with deep object searching
Zulia is a real-time distributed search and storage system. Zulia is designed to scale both vertically and horizontally
across servers.
## Zulia is:
* Realtime
* Distributed
* Pure Java
* Open Source
* Based on Lucene 10.x
## Zulia supports:
* [Searching multiple indexes with a single query](https://github.com/zuliaio/zuliasearch/wiki/Java-Client#search-multiple-indexes)
* [Storing associated files with the documents (images, pdfs, ...)](https://github.com/zuliaio/zuliasearch/wiki/Java-Client#storing-associated-documents)
* [Sorting](https://github.com/zuliaio/zuliasearch/wiki/Java-Client#sorting)
* [Facet Counts](https://github.com/zuliaio/zuliasearch/wiki/Java-Client#count-facets)
* [Statistics](https://github.com/zuliaio/zuliasearch/wiki/Java-Client#numeric-stat) and [Facet Statistics](https://github.com/zuliaio/zuliasearch/wiki/Java-Client#stat-facet)
* [Vector Search](https://github.com/zuliaio/zuliasearch/wiki/Java-Client#Vector-Queries)
* [Rich Query Syntax](https://github.com/zuliaio/zuliasearch/wiki/Query-Syntax)
To learn more see the [wiki](https://github.com/zuliaio/zuliasearch/wiki):
* [Overview](https://github.com/zuliaio/zuliasearch/wiki/Overview)
* [Cluster](https://github.com/zuliaio/zuliasearch/wiki/Cluster)
* [Command Line Tools](https://github.com/zuliaio/zuliasearch/wiki/Command-Line-Tools)
* [Java Client](https://github.com/zuliaio/zuliasearch/wiki/Java-Client)
* [Rest Service](https://github.com/zuliaio/zuliasearch/wiki/Rest-Service)
* [Rich Query Syntax](https://github.com/zuliaio/zuliasearch/wiki/Query-Syntax)