You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Srimant Mishra <sm...@etouch.net> on 2005/03/10 22:04:10 UTC

case insensitive searches

Hi all, 

 

              I have a field that has been populated as a keyword e.g.
populated via doc.add(Field.Keyword("ID", "Xyz Abc"));

 

              Is it possible to perform a case insensitive query that is if
I do a search for xyz, the document is returned.

 

 

              I know that this is possible for UnStored fields as they are
stored in lower case formats. 

 

 

-Srimant