solrdex
Use Solr as a secondary index and search engine. This module is a quick, no-frills way to get data into Solr for full-text searching and other features where Solr provides a useful boost over SQL and noSQL databases alone.
Getting Started
Install the module with: npm install solrdex
var Solrdex = new require('solrdex')(options);
Solrdex.add(docs, options, callback);
Solrdex.getByIds(ids, options, callback);
Solrdex.delete(ids, options, callback);
Solrdex.textSearch(query, {qf: fields}, callback);
License
Copyright (c) 2014 Ben Sack
Licensed under the MIT license.