Releases: SagarGuptaX/SearchCore
Releases · SagarGuptaX/SearchCore
Release list
SearchCore v1.0.0
Initial public release of SearchCore.
Highlights
- Positional inverted index supporting AND, OR, and Exact Phrase retrieval
- Customized BM25 ranking with proximity and word-order awareness
- Persistent binary serialization with automatic cache invalidation
- Built-in benchmarking utility
- Page-aware ranked search results
- Performance evaluated on over 1.16 million indexed tokens
Repository
See the README for architecture, engineering decisions, benchmark results, and implementation details.