GitHub - danthegoodman1/bloomsearch: Keyword search engine with hierarchical bloom filters for massive datasets
Keyword search engine with hierarchical bloom filters for massive datasets
BloomSearch provides extremely low memory usage and low cold-start searches through pluggable storage interfaces.
Memory efficient: Bloom filters have constant size regardless of data volume
Pluggable storage: DataStore and MetaStore interfaces for any backend (can be same or separate)
Fast filtering: Hierarchical pruning via partitions, minmax indexes, and bloom filters
Flexible queries: Search by field, token, or field:...
Read more at github.com