This library provides a basic parser that implements the majority of the
Lucene Query Syntax
"specification". Additionally, it includes a check_lucene_query
script
to check for errors in a given query.
gem install lucene_query_parser
check_lucene_query --help
check_lucene_query query.txt
pbpaste | check_lucene_query -
bundle
rake
Fork, patch, test, and send a pull request.