On 9/19/2014 9:07 AM, John Cecere wrote:
Is there a way to set up Lucene so that both case-sensitive and case-insensitive searches can be done without having to generate two indexes?

You might be interested in the discussion here: https://issues.apache.org/jira/browse/LUCENE-5620 which addresses that question. If you read it, you'll see a few different approaches based on indexing both lower-cased and "original" variants of the same term at the same position in a single field

-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