Hi there, I'm stuck. How to tanslate this postgre sql to Elasticsearch ver?
The Elasticsearch is 5.6.8, but the solution with higher version is also welcome!
select user_name from tablea
order by count(meid) over (partition by org_name, visit_datetime) desc
limit 10
offset 10