You can use the standard analyzer.
This lower cases all the words (it uses the lowerCaseFilter).

Note this also uses the stop word filter so your results may vary.

Also when you index, be sure to use text instead of keyword as the field
type since the keyword doesn't go through the filter.

--Peter



On 4/3/02 11:25 AM, "Alan Weissman" <[EMAIL PROTECTED]> wrote:

> What can I do to configure Lucene to make in case insensitive?
> 
> Thanks,
> Alan
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 


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

Reply via email to