Re: Question about facet in solr

2008-03-07 Thread Erik Hatcher
In schema.xml, set champX to be "string" rather than, probably, "text". Reindex your docs. Now how do your facets come out? Erik On Mar 7, 2008, at 11:42 AM, émile coué wrote: Hi, Can you give me more explanation, what must I do, I'm new in solr? Thanks Erik Hatcher wrote:

Re: Question about facet in solr

2008-03-07 Thread émile coué
Hi, Can you give me more explanation, what must I do, I'm new in solr? Thanks Erik Hatcher wrote: > > My hunch is you want to set that to a "string" field so it is not > tokenized - whereas it looks like you have a tokenized field with > word delimiter and stemming. I'm not sure how "v

Re: Question about facet in solr

2008-03-07 Thread Erik Hatcher
My hunch is you want to set that to a "string" field so it is not tokenized - whereas it looks like you have a tokenized field with word delimiter and stemming. I'm not sure how "value" got in there (is this French stemming?). With "string" type, case will be exact in your facets, not al