On Monday 23 January 2006 13:10, Gwyn Carwardine wrote:
...
> 
> And now I've been pointed to QueryParser.jj I wonder what language that is?
> And is QueryParser.javaj create from it? If so how does it get from one to
> the other?! Help! 
> 

QueryParser.java is generated from QueryParser.jj by javacc:

https://javacc.dev.java.net/

The easiest way to get from one to the other is to install javacc and
use the various javacc ant targets in lucene's build.xml.

Regards,
Paul Elschot

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to