Skip to content

Releases: SagarGuptaX/SearchCore

Release list

SearchCore v1.0.0

Choose a tag to compare

@SagarGuptaX SagarGuptaX released this 10 Jul 18:16
6bd2bba

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.