Lightning-fast full-text search engine with typo tolerance, faceted search, vector similarity, and geo queries. Self-hosted, open source.
Everything you need for blazing-fast search, out of the box.
Inverted index with BM25 ranking, phrase search, prefix matching, and proximity scoring.
Levenshtein automaton finds matches even with spelling mistakes. Configurable distance per word length.
Filter by numeric ranges, strings, booleans, dates. Compute facet distributions and stats in real time.
HNSW index for semantic similarity. Cosine, Euclidean, dot product metrics. Up to 4096 dimensions.
Combine keyword and vector results with Reciprocal Rank Fusion for the best of both worlds.
Radius queries, bounding box, k-nearest neighbors. Distance-based sorting. Global coverage.
Stemming and tokenization for 30+ languages including CJK. Language-specific stop words.
Documents searchable immediately after indexing. No batch delays. Sub-millisecond updates.
Full CRUD on indexes, documents, settings, keys. Multi-search. Prometheus metrics. Dashboard.
Up and running in seconds.