Class | Description |
---|---|
FieldSortBuilder |
A sort builder to sort based on a document field.
|
GeoDistanceSortBuilder |
A geo distance based sorting on a geo point like field.
|
ScoreSortBuilder |
A sort builder allowing to sort by score.
|
ScriptSortBuilder |
Script sort builder allows to sort based on a custom script expression.
|
SortAndFormats | |
SortBuilder<T extends SortBuilder<T>> | |
SortBuilders |
A set of static factory methods for
SortBuilder s. |
SortFieldAndFormat |
Enum | Description |
---|---|
ScriptSortBuilder.ScriptSortType | |
SortMode |
Elasticsearch supports sorting by array or multi-valued fields.
|
SortOrder |
A sorting order.
|