If there are only a few such cases, it might be better to use synonyms
to correct them.
Off the top of my head there's no concatenating token filter, but it
wouldn't be hard to make one.

-Yonik

On Thu, May 1, 2008 at 8:44 AM, Geoffrey Young
<[EMAIL PROTECTED]> wrote:
> hi :)
>
>  I'm looking for a filter that will compress all tokens into a single token.
> the WordDelimiterFilterFactory does it for tokens it finds itself, but not
> ones passed to it.
>
>  basically, I'm trying to match
>
>   Radiohead
>
>  in the index with
>
>   radio head
>
>  in the query.  if it were spelled RadioHead or Radio-head in the index I'd
> find it, but as it is I'm missing it... unless I could squish all the query
> terms into a single token.  or maybe there's another route I haven't thought
> about yet.
>
>
>  --Geoff
>

Reply via email to