On 1/10/07, Phil Rosen <[EMAIL PROTECTED]> wrote:
Follow up on that.Say I have a field productNumber with value: hs-100313189 What tokenizer would I want to mach on a query for 100313189?
A WordDelimiterFilter with generateNumParts=true would work. But you shouldn't use this field for faceting in that case (copy it to another field). -Mike