This is fixed for many cases in 3.6 (i.e. current but unreleased 3.x
code line) and trunk, see:
https://issues.apache.org/jira/browse/SOLR-2438
Best
Erick
2012/1/20 Tomás Fernández Löbbe :
> You'll get this same behavior with edismax or lucene QP. Wildcard queries
> are not analyzed (not the lowe
You'll get this same behavior with edismax or lucene QP. Wildcard queries
are not analyzed (not the lowercase filter nor any other).
2012/1/20 Matthias Müller
> Hi,
>
> I'm using an edismax handler
> All fields and queries are lower case (LowerCaseFilterFactory in
> schema.xml)
>
> Queries for
Hi,
I'm using an edismax handler
All fields and queries are lower case (LowerCaseFilterFactory in schema.xml)
Queries for television, Television and televisio* lead to results.
But Televisio* has no result.
Is this a bug, a feature or a misconfiguration?
Kind Regards
Matthias