I have read that with Lucene it is not possible to do wildcard searches with * or ? as the first character. Wildcard searches with * as the

Lucene supports it.  If you are using QueryParser to parse your queries see

http://lucene.apache.org/java/docs/api/org/apache/lucene/queryParser/QueryParser.html#setAllowLeadingWildcard(boolean)

Antony




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

Reply via email to