Interface EsQueryExec.Sort
- All Known Implementing Classes:
EsQueryExec.FieldSort,EsQueryExec.GeoDistanceSort,EsQueryExec.ScoreSort
- Enclosing class:
EsQueryExec
public static interface EsQueryExec.Sort
-
Method Summary
-
Method Details
-
sortBuilder
SortBuilder<?> sortBuilder() -
direction
Order.OrderDirection direction() -
field
FieldAttribute field()
-