Indeed, as it will LowerCase all tokens during indextime and querytime
so the term LowerCaseFilterFactory will (aside from some tokenizer)
enter the index as lowercasefilterfactory. Then, any searchterm will
also be lowercased so the searchterm LOWERCASEFILTERFACTORY will match
because on querytime
So when I use LowerCaseFilterFactory, I can search with upper case and lower
case right?
On Tue, Jun 16, 2009 at 3:44 PM, Markus Jelsma - Buyways B.V. <
mar...@buyways.nl> wrote:
> hi,
>
>
> You can create a field with class="Solr.TextField" which needs a
> LowerCaseFilterFactory in the index and
hi,
You can create a field with class="Solr.TextField" which needs a
LowerCaseFilterFactory in the index and query analyzers e.g.
Hi everyone,How can I allow Solr to search for all cases like upper case or
lower case in Solr?
Best regards,
Leakhina