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?

-----Original Message-----
From: Mike Klaas [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 10, 2007 7:13 PM
To: solr-user@lucene.apache.org
Subject: Re: 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 facet.  You can declare the field to be multivalued and still add
many non-tokenized values.

cheers,
-MIke

Reply via email to