mirror of https://github.com/apache/lucene.git
SOLR-7477: fix test to process empty buckets for distrib search
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1677011 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bd8b77f9bb
commit
89b84f7f46
|
@ -865,7 +865,7 @@ public class TestJsonFacets extends SolrTestCaseHS {
|
|||
|
||||
// range facet with sub facets and stats, with "other:all" (with excludeTags)
|
||||
client.testJQ(params(p, "q", "*:*", "fq", "{!tag=doc6,allfilt}-id:6", "fq","{!tag=doc3,allfilt}-id:3"
|
||||
, "json.facet", "{processEmpty:false " +
|
||||
, "json.facet", "{processEmpty:true " +
|
||||
", f1:{type:range, field:${num_d}, start:-5, end:10, gap:5, other:all, facet:{ x:'sum(${num_i})', ny:{query:'${where_s}:NY'}} , excludeTags:allfilt }" +
|
||||
", f2:{type:range, field:${num_d}, start:-5, end:10, gap:5, other:all, facet:{ x:'sum(${num_i})', ny:{query:'${where_s}:NY'}} }" +
|
||||
"}"
|
||||
|
|
Loading…
Reference in New Issue