On 9/21/07, Pieter Berkel <[EMAIL PROTECTED]> wrote:
> Yonik: This is the approach I had in mind, will it still work if I put the
> SynonymFilter after the word-delimiter filter in the schema config?

SynonymFilter doesn't currently have the capability to handle multiple
tokens at the same position in the input.  You could simply remove the
WordDelimiterFilter unless you need it.

> Ideally
> I want to strip out the underscore char before it gets indexed

Why's that?

You could just define your synonyms like that initially:
Bill Gates, William Gates => billgates

-Yonik

Reply via email to