Re: confused with faceting and tokenizer

2007-01-10 Thread Mike Klaas
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 facet

RE: confused with faceting and tokenizer

2007-01-10 Thread Phil Rosen
: confused with faceting and tokenizer On 1/10/07, Phil Rosen <[EMAIL PROTECTED]> wrote: > Do I need to change my tokenizer for "text" fields or "query"? Or is it a > worddeliminator issue? Ideally, _no_ tokenization should occur for fields on which you wish to face

Re: confused with faceting and tokenizer

2007-01-10 Thread Mike Klaas
On 1/10/07, Phil Rosen <[EMAIL PROTECTED]> wrote: Do I need to change my tokenizer for "text" fields or "query"? Or is it a worddeliminator issue? Ideally, _no_ tokenization should occur for fields on which you wish to facet. You can declare the field to be multivalued and still add many non-t