boolean-parser

Script that parses a boolean query to an array with all the possibilities. IE: (a AND (b OR c)) -> [[a, b],[a, c]]

lucene

Lucene query parser and formatter for JavaScript created using PEG.js

liqe

Lightweight and performant Lucene-like parser, serializer and search engine.