sider

0.0.2 • Public • Published

Sider

An inverted index search in node based on Redis. If you want a text search, but you don't yet need the power of lucene or solr.

Simple api

Indexing an object:

var indexer = new sider.Indexer();
indexer.store({
    id:2,
    x:"This is some rad index",
    y:123
});

Search:

var searcher = new sider.Searcher();
searcher.getIds('this rad',function(results) {
    // do something with your ids
});

Readme

Keywords

none

Package Sidebar

Install

npm i sider

Weekly Downloads

1

Version

0.0.2

License

none

Last publish

Collaborators

  • base698