HI,

can we do a range facet query with /sql handler in solr 6.3 ?

something like the below one


json.facet: {
my_histogram: {
type: range,
field: timestamp,
start: "2017-01-06T20:04:19.884Z",
end: "2017-01-06T22:07:37.778Z",
gap: "+1MINUTE",
mincount: 0
}
}
q: timestamp: ["2017-01-06T20:04:19.884Z"
TO "2017-01-06T22:07:37.778Z"
]
rows: 0
//shards:
http://localhost:8983/solr/core4,http://localhost:8983/solr/core3,http://localhost:8983/solr/core2
//fl:-t_message
sort: timestamp desc


Thanks,
Radhakrishnan D

Reply via email to