As Mohanty said, your facet field seems to be analysed with the white space tokenizer (field type probably text) which would generate individual tokens for category - women babies men and hence the individual facets. You should use string as the field type for category so that it is not tokenized.
Regards, Jayendra On Sat, Jun 18, 2011 at 11:50 AM, Gora Mohanty <[email protected]> wrote: > On Sat, Jun 18, 2011 at 5:36 PM, Dennis de Boer <[email protected]> wrote: >> Hello all, >> >> I'm new to this list, so if I don't use it correctly, please say so. >> >> I have a question about facetting on multivalued fields. I have indexed some >> data from a product feed. One of my fields, the category field, is a >> multivalued field. > [...] > > Please show us the definition of this field in the Solr schema, > including the tokenizers/analyzers on the field type. My guess > is that your facet field is getting analyzed. This might be of help: > http://wiki.apache.org/solr/SolrFacetingOverview > > Regards, > Gora > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
