Struct rs_es::operations::search::Sort
[−]
[src]
pub struct Sort { // some fields omitted }
A full sort clause
Methods
impl Sort
fn new(fields: Vec<SortBy>) -> Sort
fn field<S: Into<String>>(fieldname: S) -> Sort
Convenience function for a single field default