Enum rs_es::operations::search::SearchType [] [src]

pub enum SearchType {
    DFSQueryThenFetch,
    DFSQueryAndFetch,
    QueryThenFetch,
    QueryAndFetch,
}

Options for the various search_type parameters

Variants

Trait Implementations

impl ToString for SearchType
[src]

Converts the given value to a String. Read more