How to sort data using multiple filters in elastic search using NEST queries.
I need to apply two fields lets say price and kilometer for cars in results set. I want the results sorted based on these fields by ASC or DESC.
How to get top five results based on conditions or some filters.
Please provide some links if available.