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

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

Options for the various search_type parameters

Variants

DFSQueryThenFetch
DFSQueryAndFetch
QueryThenFetch
QueryAndFetch

Trait Implementations

impl ToString for SearchType

fn to_string(&self) -> String