You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2013/10/24 00:00:43 UTC

[jira] [Created] (SOLR-5383) Group Faceting does not play nice with Trie fields that use precsionStep

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org