Search Database Configuration¶
Database Selection¶
Set SEARCH_DB to select the search store:
Framework Selection¶
Set SEARCH_BACKEND to choose the framework. All three stores are supported with both:
BM25 (Built-in)¶
Local in-memory BM25 full-text search with TF-IDF ranking. No external service required.
Elasticsearch¶
Enterprise search engine with advanced analyzers, faceted search, and real-time analytics.
- Dashboard: Kibana (http://localhost:5601)
OpenSearch¶
AWS-led open-source fork with native hybrid scoring (vector + BM25) and k-NN algorithms.
- Dashboard: OpenSearch Dashboards (http://localhost:5601)
Disable Full-Text Search¶
See Search Databases for more details.