lucene-query-parser
lucene-query-parser copied to clipboard
Use this to search "documents" in memory?
I would love to be able to use this to parse a user given lucene query and apply it to an array of JSON objects in memory, and get back the items in the array that match the query ...