Hoss Man created SOLR-5383:
------------------------------
Summary: Group Faceting does not play nice with Trie fields that
use precsionStep
Key: SOLR-5383
URL: https://issues.apache.org/jira/browse/SOLR-5383
Project: Solr
Issue Type: Bug
Reporter: Hoss Man
(Initially reported by DavidBoychuck on IRC & solr-user)
Field faceting normally works fine on Trie fields, even when precisionStep is
used -- but when you activate group faceting, then the artificially injected
terms in the trie fields start surfacing as facet values.
---
Workaround is to use precisionStep="0" for the fields you want to use group
faceting on, or copyField between a precisionStep="0" field for group faceting
and another field with multiple precisions for the improved range query
performance.
--
This message was sent by Atlassian JIRA
(v6.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]