ryantxu wrote:
>
> yes, you would index a field twice - once with a LowerCaseFilter and
> once without. That is a good solution.
>
I implement this and now there are some strange problems:
1. highlighting not always properly work for not case sensitive search
ryantxu wrote:
>
> yes, you would index a field twice - once with a LowerCaseFilter and
> once without. That is a good solution.
>
Hm...
So I'm should create n*n indexes where n is search options count ...
Can I copy fields automatically?
For example I have a field with name and subse
can I change query analyzer for concrete request to solr?
ie: I want add option on my site use case-sensitive search or not for this
search request, but can't find any good solution ...
I think that create duplicates (index only fields with different analyzers
configuration) for each field it's b