ok,  I see there is an `ant javacc` target in some folders, e.g.

1) lucene-solr/solr/build/solr/src-export/solr/core
2) lucene-solr/lucene/queryparser

Both of them use different parser files. I am interested in the QueryParser
at path:
lucene-solr/solr/core/src/java/org/apache/solr/parser/QueryParser.jj

this apparently is getting dropped at:
lucene-solr/solr/build/solr/src-export/solr/core/src/java/org/apache/solr/parser/QueryParser.jj

However, I am not sure what target drops it!


Nawab




On Fri, Jul 21, 2017 at 7:12 PM, Nawab Zada Asad Iqbal <[email protected]>
wrote:

> Hi,
>
> I know that we can make changes in the language by editing QueryParser.jj,
> however, how does it get generated into java code? Is there any ant target?
> 'compile' doesn't seem to generate java code for my changes (e.g., adding
> lower case logical operators).
>
>
> Regards
> Nawab
>

Reply via email to