Hi there,
I face order messed up problem. Maybe I am doing wrongly.
I want descending order filter2
and filter1
by five col ids
.
So here I do below steps:
First split series, I add two filters. And second terms use by ids with 5 desc order,
But I don't get expected result.
The id 68 which is orange color value should have request count actually.
How to solve my above problem. Is there anyway to achieve this with elastichsearch query? Which query is suitable for double terms split order??
I appreciate any advise.