You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Matthias Müller <mm...@googlemail.com> on 2012/01/20 13:52:42 UTC

Wildcard query with uppercase characters gets no result in edismax handler

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

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

Posted by Erick Erickson <er...@gmail.com>.
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 <to...@gmail.com>:
> 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 <mm...@googlemail.com>
>
>> 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
>>

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

Posted by Tomás Fernández Löbbe <to...@gmail.com>.
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 <mm...@googlemail.com>

> 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
>