On Wed, May 13, 2009 at 12:29 PM, Geoffrey Young
<ge...@modperlcookbook.org> wrote:
>> However since the indexed term is simply "leann", a
>> WordDelimiterFilter configured to split won't match (a search for
>> "LeAnn" will be translated into a search for "le" "ann".
>
> but the concatparts and/or concatall should handle splicing the tokens
> back together, right?

Yes, but you can't do both at once on the query side (split and
concat)... you have to pick one or the other (hence the workaround of
using more than one field).

-Yonik
http://www.lucidimagination.com

Reply via email to