Use cases
Hybrid Search
CrateDB powers hybrid search by combining full-text, vector, and structured queries in real time. Get instant insights with the power of simple SQL and Apache Lucene combined.
Related blog posts
Dissecting a Hybrid Search query in SQL
2024-08-30In https://cratedb.com/blog/hybrid-search-explained we learned about Hybrid Search and how to do it in pure SQL. The resulting query can be hard to understand if you don't have too much experience ...
Doing Hybrid Search in CrateDB
2024-07-22CrateDB supports three search functions: kNN search via KNN_MATCH, bm25 search via MATCH, and geospatial search via MATCH.