-
Tantivy - a full-text indexing library written in Rust. Has a great performance and featureset.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
MeiliSearch
A lightning-fast search engine API bringing AI-powered hybrid search to your sites and applications.
In this case, a good strategy is to use vector search only when the keyword/prefix search returns none or just a small number of results. A good candidate for this is MeiliSearch. It uses custom ranking rules to provide results as fast as the user can type.
-
lnx
⚡ Insanely fast, 🌟 Feature-rich searching. lnx is the adaptable, typo tollerant deployment of the tantivy search engine.
lnx - a young but promising project, utilizes Tanitvy as a backend.
-
zinc
Discontinued ZincSearch . A lightweight alternative to elasticsearch that requires minimal resources, written in Go. [Moved to: https://github.com/zincsearch/zincsearch]
ZincSearch - a project written in Go, focused on minimal resource usage and high performance.
-
sonic
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
Sonic - a project written in Rust, uses custom network communication protocol for fast communication between the client and the server.
-
I also selected a relatively new search relevance dataset. WANDS, which stands for Wayfair ANnotation Dataset, is designed to evaluate search engines for e-commerce.