OpenSearch.Client by OpenSearch and contributors

<PackageReference Include="OpenSearch.Client" Version="1.6.0" />

.NET API 3,588,216 bytes

 ISortProcessor

public interface ISortProcessor : IProcessor
Sorts the elements of an array ascending or descending. Homogeneous arrays of numbers will be sorted numerically, while arrays of strings or heterogeneous arrays of strings and numbers will be sorted lexicographically.
Field Field { get; set; }

The field to be sorted

SortOrder? Order { get; set; }

The sort order to use. Default is ascending.

Field TargetField { get; set; }

The field to assign the sorted value to, by default field is updated in-place