[][src]Struct rs_es::operations::search::SearchURIOperation

pub struct SearchURIOperation<'a, 'b> { /* fields omitted */ }

Representing a search-by-uri option

Methods

impl<'a, 'b> SearchURIOperation<'a, 'b>[src]

pub fn new(client: &'a mut Client) -> SearchURIOperation<'a, 'b>[src]

pub fn with_indexes(&'b mut self, indexes: &'b [&'b str]) -> &'b mut Self[src]

pub fn with_types(&'b mut self, doc_types: &'b [&'b str]) -> &'b mut Self[src]

pub fn with_query<S: Into<String>>(&'b mut self, qs: S) -> &'b mut Self[src]

pub fn with_df<T: Into<OptionVal>>(&'a mut self, val: T) -> &'a mut Self[src]

pub fn with_analyzer<T: Into<OptionVal>>(&'a mut self, val: T) -> &'a mut Self[src]

pub fn with_lowercase_expanded_terms<T: Into<OptionVal>>(
    &'a mut self,
    val: T
) -> &'a mut Self
[src]

pub fn with_analyze_wildcard<T: Into<OptionVal>>(
    &'a mut self,
    val: T
) -> &'a mut Self
[src]

pub fn with_default_operator<T: Into<OptionVal>>(
    &'a mut self,
    val: T
) -> &'a mut Self
[src]

pub fn with_lenient<T: Into<OptionVal>>(&'a mut self, val: T) -> &'a mut Self[src]

pub fn with_explain<T: Into<OptionVal>>(&'a mut self, val: T) -> &'a mut Self[src]

pub fn with_source<T: Into<OptionVal>>(&'a mut self, val: T) -> &'a mut Self[src]

pub fn with_highlight<T: Into<OptionVal>>(&'a mut self, val: T) -> &'a mut Self[src]

pub fn with_version<T: Into<OptionVal>>(&'a mut self, val: T) -> &'a mut Self[src]

pub fn with_sort<T: Into<OptionVal>>(&'a mut self, val: T) -> &'a mut Self[src]

pub fn with_routing<T: Into<OptionVal>>(&'a mut self, val: T) -> &'a mut Self[src]

pub fn with_track_scores<T: Into<OptionVal>>(
    &'a mut self,
    val: T
) -> &'a mut Self
[src]

pub fn with_timeout<T: Into<OptionVal>>(&'a mut self, val: T) -> &'a mut Self[src]

pub fn with_terminate_after<T: Into<OptionVal>>(
    &'a mut self,
    val: T
) -> &'a mut Self
[src]

pub fn with_from<T: Into<OptionVal>>(&'a mut self, val: T) -> &'a mut Self[src]

pub fn with_size<T: Into<OptionVal>>(&'a mut self, val: T) -> &'a mut Self[src]

pub fn with_search_type<T: Into<OptionVal>>(
    &'a mut self,
    val: T
) -> &'a mut Self
[src]

pub fn with_ignore_unavailable<T: Into<OptionVal>>(
    &'a mut self,
    val: T
) -> &'a mut Self
[src]

pub fn with_allow_no_indices<T: Into<OptionVal>>(
    &'a mut self,
    val: T
) -> &'a mut Self
[src]

pub fn with_expand_wildcards<T: Into<OptionVal>>(
    &'a mut self,
    val: T
) -> &'a mut Self
[src]

pub fn with_fields(&'b mut self, fields: &[&str]) -> &'b mut Self[src]

pub fn send<T>(&'b mut self) -> Result<SearchResult<T>, EsError> where
    T: DeserializeOwned
[src]

Trait Implementations

impl<'a, 'b> Debug for SearchURIOperation<'a, 'b>[src]

Auto Trait Implementations

impl<'a, 'b> Send for SearchURIOperation<'a, 'b>

impl<'a, 'b> Sync for SearchURIOperation<'a, 'b>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err