Skip to content

cliffcrosland/search_index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search Index

A document search index with the following goals:

  • High performance type-ahead search for 1M documents, each containing a few hundred words.
  • Persistence to disk.

TODOs: [x] Use spelling correction for queries to make interaction easy. [x] Run simple HTTP JSON API server. [x] Build simple HTML and JS testing interface. [ ] Load large genealogy data set into index and interact with it in the UI. [ ] Fix "single character" query term issue. Shouldn't have empty spelling correction suggestions. [ ] Sort search results [ ] TF-IDF? How closely words appear together? Prioritize field? [ ] Persist data to disk to recover quickly from closing, crashes.

About

Search index focusing on fast type-ahead search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published