Skip to content

bolutife-lawrence/inverted_index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inverted-index

Inverted index, which is designed to allow very fast full-text searches. An inverted index consists of a list of all the unique words that appear in any document, and for each word, a list of the documents in which it appears.

About

Inverted index is designed to allow very fast full-text searches.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published