Hello World! Following the recommended practice I'd like to let you know that I am about to start porting our existing query parser into JIRA with the aim of making it available to Lucene/SOLR community.
The query parser is built on top of the flexible query parser, but it separates the parsing (ANTLR) and the query building - it allows for a very sophisticated custom logic and has self-retrospecting methods, so one can actually 'see' what is going on - I have had lots of FUN working with it (which I consider to be a feature, not a shameless plug ;)). Some write up is here: http://29min.wordpress.com/category/antlrqueryparser/ You can see the source code at: https://github.com/romanchyla/montysolr/tree/master/contrib/antlrqueryparser If you think this project is duplicating something or even being useless (I hope not!) please let me know, stop me, say something... Thank you! roman
