Skip to content

A rust implementation of an inverted index. Ranked retrieval through okapi bm25.

Notifications You must be signed in to change notification settings

genericalexacc/invertedIndex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InvertedIndex 🗂️ (This is a toy)

Link to try it out: inverted-index

A rust implementation of an inverted index.

  • Ranked retrieval through okapi bm25.

  • An http API is served by Actix.

  • Mutexes and threads to achieve higher throughput to the index and concurrent access.

  • From the front-end you can also index webpages by passing a url.

  • Stop words are removed at query time, and the querying is a naive df count.

About

A rust implementation of an inverted index. Ranked retrieval through okapi bm25.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published