search-index-v10
TypeScript icon, indicating that this package has built-in type declarations

0.16.0 • Public • Published

search-index

A streaming, network resilient, persistent full-text search library for the browser and Node.js

Gitter npm npm license Travis JavaScript Style Guide

const getData = function(err, myIndex) {
  readStreamOfDocuments        // <- a stream of documents to be indexed
    .pipe(myIndex.feed())      // <- an extendable document processing pipeline (do objectMode: true for a stream of objects)
}
require('search-index')(options, getData) // <- make a new index

search-index is a freetext search library for JavaScript. You can use it to drop fantabulous search functionality into your javascript applications

Find out how to use the search-index module here:

For the impatient

API

Documentation

Release notes

Contribute

Package Sidebar

Install

npm i search-index-v10

Weekly Downloads

0

Version

0.16.0

License

MIT

Unpacked Size

1.82 MB

Total Files

27

Last publish

Collaborators

  • sephir