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]

Create a SortField for a given field and order

Trait Implementations

impl ToString for SortField
[src]

Converts the given value to a String. Read more