strange..my second guess would be that stemming could be the reason but if
your analyser(s) emit the same values you use for searching that's odd..

could you post your schema definition for the surname field?

On 5 November 2010 17:33, C0re <[email protected]> wrote:

>
> Hi Savvas,
>
> Thanks for the reply. Yep I've been trying out the Analysis tool.
>
> As you say the index does lowercase the terms.
>
> Field Name: surname
> Index Value: O'Connor
> Query Value: connor
>
> The Index Analyzer creates:
> o       connor
>
> Which the query value above will match on.
>
> However, if the query value is conno* then there is no match.
>
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Wildcard-weirdness-tp1849362p1849680.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to