Skip to content

iamkeyur/naive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

naive

Full text indexing and searching library

Features

  • Multiple fields full-text indexing and searching.
  • Per-field score boosting.
  • BM25 ranking function to rank matching documents. The same ranking function that is used by default in Lucene >= 6.0.0.
  • Trie based dynamic Inverted Index.
  • Configurable tokenizer and term filter. (Coming Soon)
  • Free text queries with query expansion.
  • Serializable index. (Coming Soon)

Live Demo

Coming Soon

About

Full text indexing and searching library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages