Thanks Ludovic, you're absolutely right, I should have added that.

BTW, there are patches that haven't been committed, see:
https://issues.apache.org/jira/browse/SOLR-1604
and similar.

Best
Erick

On Sat, Sep 24, 2011 at 1:32 PM, lboutros <boutr...@gmail.com> wrote:
> And to complete the answer of Erick,
>
> in this search,
>
> customer_name:"Joh*"
>
> * is not considered as a wildcard, it is an exact search.
>
> another thing, (it is not your problem...),
>
> Words with wildcards are not analyzed,
> so, if your analyzer contains a lower case filter,
> in the index, these words are stored in lower case:
>
> John -> john
> Do -> do
>
> so,
>
> customer_name:Do* will not find anything.
>
> Ludovic.
>
> -----
> Jouve
> France.
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Solr-wildcard-searching-tp3360681p3365086.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to