Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fulltext Search

npm install @ferrow/fulltext-search

CI

In-memory full-text search using an inverted index with OR matching across query terms.

const search = new FulltextSearch();
search.index(documents);
const results = search.query('machine learning');

Features

  • In-memory inverted index (word -> document IDs)
  • OR-matching query across all query terms

License: MIT

Sponsored by Ferrow


Part of the ferrow-toolkit collection · Sponsored by Ferrow

About

Full-text search indexing and querying capabilities

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages