[ 
https://issues.apache.org/jira/browse/SOLR-11363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16170955#comment-16170955
 ] 

Yonik Seeley edited comment on SOLR-11363 at 9/19/17 12:57 AM:
---------------------------------------------------------------

Yep, that's it.... old string docvalue based numerics deduped multiple values 
1,2,2,3 became 1,2,3
SortedNumericDocValues (which we now use for points) does not dedup, and the 
JSON Facet API does not account for duplicate values.

edit: and now I notice Hoss' response above saying exactly that;-)


was (Author: ysee...@gmail.com):
Yep, that's it.... old string docvalue based numerics deduped multiple values 
1,2,2,3 became 1,2,3
SortedNumericDocValues (which we now use for points) does not dedup, and the 
JSON Facet API does not account for duplicate values.

> TestCloudJSONFacetJoinDomain fails with Points enabled
> ------------------------------------------------------
>
>                 Key: SOLR-11363
>                 URL: https://issues.apache.org/jira/browse/SOLR-11363
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>    Affects Versions: 7.0
>            Reporter: Yonik Seeley
>
> As Hoss noted in SOLR-10939, this test still had points disabled, and 
> enabling them causes tests to fail.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to