Hello,
I am using ElasticSearch Nest Fluent DSL and cant seem to figure out how to create a list of Sorts that the .Sort() accepts.
I have an array of sorts and i want to convert them to work with Nest a bit like you can do with Filters:
new List<Func<QueryContainerDescriptor, QueryContainer>>();
Any ideas?
Thanks