On 2/5/2014 6:30 PM, raghavendra.k....@barclays.com wrote:
Hi,

Can Lucene support wildcard searches such as the ones shown below?

Indexed value is "XYZ CORPORATION LIMITED".

If you index the value as a single token (KeywordTokenizer), there is nothing really special about the examples you gave, except for the leading * which people optimize by reversing (ReverseStringFilter) and then reversing the query to turn it into a trailing wildcard.

-Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to