By default word "Word" and "word" are not the same. How can I make Lucene be case-insensitive?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The easiest approach is lowercasing all searchable content, as well as the queries. See the You can store content in different fields to capture different case configurations if preferred. |
||||
|
|
|
The
|
|||
|
|
|
Add LowerCaseFilterFactory to your fieldType for that field in Schema.xml. Example,
|
|||
|
|
|
|
|||
|
|