Elastic Search Distinct, order by and limit

Hi ,
Can someone please let me know the elastic search equivalent query of below mysql query

select distinct(field_name_1) from table order by field_name_2 limit 0,100

Thanks !

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.