The culprit here is text_general. Your field is getting tokenized at index time, and each token gets returned as a facet value. Fields that you plan to use for faceting (or sorting) should be string or some numeric type. Common practice is to define a second field of type string and use a copyField directive in your schema to copy the value of the first field into the second. Use the new field for sorting and faceting, and use the original text_general field for full text search.
- facet.field reported as individual words and not the... Matthew Castrigno
- Re: facet.field reported as individual words an... Jeremy Buckley - IQ-C
- Re: facet.field reported as individual word... Matthew Castrigno
- Re: facet.field reported as individual ... Jeremy Buckley - IQ-C