[jira] [Commented] (SOLR-2976) stats.facet no longer works on single valued trie fields that don't use precision step

2013-07-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13699790#comment-13699790 ] Uwe Schindler commented on SOLR-2976: - +1, please remove useless TrieTokenizer! The

[jira] [Commented] (SOLR-2976) stats.facet no longer works on single valued trie fields that don't use precision step

2013-07-04 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13700016#comment-13700016 ] Robert Muir commented on SOLR-2976: --- Highlighting NumericFields is disabled in solr. This

[jira] [Commented] (SOLR-2976) stats.facet no longer works on single valued trie fields that don't use precision step

2013-07-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13699763#comment-13699763 ] Yonik Seeley commented on SOLR-2976: +1, looks like legacy stuff that's no longer

[jira] [Commented] (SOLR-2976) stats.facet no longer works on single valued trie fields that don't use precision step

2013-02-23 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585163#comment-13585163 ] Adrien Grand commented on SOLR-2976: bq. if precisionStep != 0, faceting on a

[jira] [Commented] (SOLR-2976) stats.facet no longer works on single valued trie fields that don't use precision step

2012-12-23 Thread yuanyun.cn (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539178#comment-13539178 ] yuanyun.cn commented on SOLR-2976: -- I changed the date type to precisionStep=2147483647,

[jira] [Commented] (SOLR-2976) stats.facet no longer works on single valued trie fields that don't use precision step

2012-12-20 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13537039#comment-13537039 ] Robert Muir commented on SOLR-2976: --- Its not like the code comment is wrong, it just

[jira] [Commented] (SOLR-2976) stats.facet no longer works on single valued trie fields that don't use precision step

2012-12-19 Thread yuanyun.cn (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13536499#comment-13536499 ] yuanyun.cn commented on SOLR-2976: -- Hit this problem recently. To fix this problem. and

[jira] [Commented] (SOLR-2976) stats.facet no longer works on single valued trie fields that don't use precision step

2012-12-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13536575#comment-13536575 ] Robert Muir commented on SOLR-2976: --- Its also the case that if precisionStep != 0,

[jira] [Commented] (SOLR-2976) stats.facet no longer works on single valued trie fields that don't use precision step

2012-12-19 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13536637#comment-13536637 ] Yonik Seeley commented on SOLR-2976: bq. Its also the case that if precisionStep != 0,

[jira] [Commented] (SOLR-2976) stats.facet no longer works on single valued trie fields that don't use precision step

2012-12-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13536641#comment-13536641 ] Robert Muir commented on SOLR-2976: --- Yonik: Ill port over my test. But i think this is

[jira] [Commented] (SOLR-2976) stats.facet no longer works on single valued trie fields that don't use precision step

2012-12-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13536644#comment-13536644 ] Robert Muir commented on SOLR-2976: --- Sorry Ryan, I didnt mean to assign myself. My

[jira] [Commented] (SOLR-2976) stats.facet no longer works on single valued trie fields that don't use precision step

2012-12-19 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13536688#comment-13536688 ] Yonik Seeley commented on SOLR-2976: Verified the problem. Just do: {code}

[jira] [Commented] (SOLR-2976) stats.facet no longer works on single valued trie fields that don't use precision step

2012-12-19 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13536703#comment-13536703 ] Yonik Seeley commented on SOLR-2976: Does this faceting limitation simply date back to