Re: Problem with facet and multivalued field

2017-03-02 Thread Sales
Yes, so the terms component will of course show me the same thing as the facet query, I am sure the facet query is not wrong. It shows ` in the values, no matter for which unique product key since there should be 0 of them since there is a splitby, was there something else you wanted me to look

Re: Problem with facet and multivalued field

2017-03-02 Thread Erick Erickson
"should" is the operative term here. My guess is that the data you're putting in the index isn't what you think it is. I'd suggest you use the TermsComponent to examine the data actually in your index. Best, Erick On Thu, Mar 2, 2017 at 3:18 PM, Sales wrote: > We are using Solr 4.10.4. I have a

Problem with facet and multivalued field

2017-03-02 Thread Sales
We are using Solr 4.10.4. I have a few Solr fields in schema.xml defined as follows: Both of them are loaded in via data-config.xml import handler, and they are defined there as: This has been working for years, but, lately, we have noticed strange