Re: How to use javacc with QueryParser.jj

2017-07-24 Thread Nawab Zada Asad Iqbal
I guess, I finally found the answer here: http://codegouge.blogspot.com/2014/01/modifying-solr-queryparser.html " If you're doing development in Solr trunk and want to adjust the QueryParser, take a look at the JavaCC grammar file at lucene/solr/core/s

How to use javacc with QueryParser.jj

2017-07-24 Thread Nawab Zada Asad Iqbal
[Subject changed for reposting] Good morning, If I want to change something in the lucene-solr/solr/core/src/java /org/apache/solr/parser/QueryParser.jj, what is the workflow to generate the new Java code? Thanks Nawab On Fri, Jul 21, 2017 at 7:33 PM, Nawab Zada Asad Iqbal wrote: > ok, I se