Re: Wildcard query with uppercase characters gets no result in edismax handler

2012-01-20 Thread Erick Erickson
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

Re: Wildcard query with uppercase characters gets no result in edismax handler

2012-01-20 Thread Tomás Fernández Löbbe
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

Wildcard query with uppercase characters gets no result in edismax handler

2012-01-20 Thread Matthias Müller
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