object SortByField
- Alphabetic
- By Inheritance
- SortByField
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def byCount: SortByFieldOptions
Constructs an instance of SortByFieldOptions to sort by
_count
field in the context of an aggregation.Constructs an instance of SortByFieldOptions to sort by
_count
field in the context of an aggregation.- returns
an instance of SortByFieldOptions with the
field
set to_count
.
- def byDoc: SortByFieldOptions
Constructs an instance of SortByFieldOptions to sort search results by the
_doc
field.Constructs an instance of SortByFieldOptions to sort search results by the
_doc
field.- returns
an instance of SortByFieldOptions with the
field
set to_doc
.
- def byKey: SortByFieldOptions
Constructs an instance of SortByFieldOptions to sort by
_key
field in the context of an aggregation.Constructs an instance of SortByFieldOptions to sort by
_key
field in the context of an aggregation.- returns
an instance of SortByFieldOptions with the
field
set to_key
.
- def byScore: SortByFieldOptions
Constructs an instance of SortByFieldOptions to sort search results by the
_score
field.Constructs an instance of SortByFieldOptions to sort search results by the
_score
field.- returns
an instance of SortByFieldOptions with the
field
set to_score
.