Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 347 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 347 Bytes

retrieval

Okapi BM25 ranking based doc retrieval(search) engine.

notes of usage:

  • source contains code to:
    • build your inv index
    • build metadata store
    • search/query the built index and meta store.
  • source does not contain:
    • a document collection (used to build the inv index)
    • web crawler to build and update doc collection