On Sep 19, 2005, at 4:41 AM, tirupathi reddy wrote:
Hello,
I am using Lucene for for searching in my application.
My application needs prefix wildcard search also.
But Lucene doesn't support this. So I changed in the QueryParser.jj
file
FROM:
| <WILDTERM: <_TERM_START_CHAR>
(<_TERM_CHAR> | ( [ "*", "?" ] ))* >
To:
| <WILDTERM: (<_TERM_CHAR> | ( [ "*", "?" ] ))* >
And then I build it using ant and then by using
command ant -Djavacc.home = C:/javac javacc
Try this command:
ant -Djavacc.home=c:/javacc clean javacc jar-core
And both times it was saying build was successful.
Send us the output from Ant. Something operationally incorrect is
occurring.
Erik
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]