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

Yonik Seeley commented on SOLR-11363:
-------------------------------------

Hmmm, I disabled domain switches and set the number of fields and values to 1, 
and things still fail.
This looks like something fundamentally broken with faceting on points.

Example:
{code}
java.lang.AssertionError: 
{main(json.facet={facet_1+:+{+type:terms,+field:field_0_is,+limit:+2}+}),extra(q=(field_0_ss:0+OR+field_0_ss:0+OR+field_0_ss:1+OR+field_0_ss:0+OR+field_0_ss:1+OR+field_0_ss:1)&rows=0)}
 ===> 
{responseHeader={zkConnected=true,status=0,QTime=454},response={numFound=109,start=0,maxScore=2.0918934,docs=[]},facets={count=109,facet_1={buckets=[{val=0,count=122},
 {val=1,count=102}]}}} --> facet_1: 
q=field_0_is:0+AND+(field_0_ss:0+OR+field_0_ss:0+OR+field_0_ss:1+OR+field_0_ss:0+OR+field_0_ss:1+OR+field_0_ss:1)&rows=0
 
Expected :122
Actual   :82
{code}

> 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