You mention:
Allows saving/loading the index to/from disk, but for small datasets you can feed the index on-the-fly.
however I can't see any documentation about this. I'd like to store the index in a database (MongoDB) and query that.
FYI I'm looking at and evaluating the various full-text search libraries available for Node.js and the Browser and have only just found thinker-fts and from reading the documentation is looks quite good.
It would be nice to see a better online demo though. Fuse.js is excellent in this regard, but you don't need to go quite that far.
You mention:
however I can't see any documentation about this. I'd like to store the index in a database (MongoDB) and query that.
FYI I'm looking at and evaluating the various full-text search libraries available for Node.js and the Browser and have only just found thinker-fts and from reading the documentation is looks quite good.
It would be nice to see a better online demo though. Fuse.js is excellent in this regard, but you don't need to go quite that far.