Struct rs_es::operations::search::SortField
[−]
[src]
pub struct SortField(_);
Representing sort options for a specific field, can be combined with others to produce the full sort clause
Methods
impl SortField
[src]
fn new<S: Into<String>>(field: S, order: Option<Order>) -> SortField
Create a SortField
for a given field
and order