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
: 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
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
Im not sure if my issue is with tokenizer or worddeliminator but here is
my problem. I have a multi value field called "styles".
Given the values: style1, style2, style3 when I ask for facets on style I
get back:
1
1
1
1
When what I would want is:
1
1
1
Do I need to change