Struct rs_es::query::full_text::QueryStringQuery
[−]
[src]
pub struct QueryStringQuery { // some fields omitted }
Query string query
Methods
impl QueryStringQuery
[src]
fn with_default_field<T: Into<String>>(self, val: T) -> Self
fn with_fields<T: Into<Vec<String>>>(self, val: T) -> Self
fn with_default_operator<T: Into<String>>(self, val: T) -> Self
fn with_analyzer<T: Into<String>>(self, val: T) -> Self
fn with_allow_leading_wildcard<T: Into<bool>>(self, val: T) -> Self
fn with_lowercase_expanded_terms<T: Into<bool>>(self, val: T) -> Self
fn with_enable_position_increments<T: Into<bool>>(self, val: T) -> Self
fn with_fuzzy_max_expansions<T: Into<u64>>(self, val: T) -> Self
fn with_fuzziness<T: Into<Fuzziness>>(self, val: T) -> Self
fn with_fuzzy_prefix_length<T: Into<u64>>(self, val: T) -> Self
fn with_phrase_slop<T: Into<i64>>(self, val: T) -> Self
fn with_boost<T: Into<f64>>(self, val: T) -> Self
fn with_analyze_wildcard<T: Into<bool>>(self, val: T) -> Self
fn with_auto_generate_phrase_queries<T: Into<bool>>(self, val: T) -> Self
fn with_max_determined_states<T: Into<u64>>(self, val: T) -> Self
fn with_minimum_should_match<T: Into<MinimumShouldMatch>>(self, val: T) -> Self
fn with_lenient<T: Into<bool>>(self, val: T) -> Self
fn with_locale<T: Into<String>>(self, val: T) -> Self
fn with_time_zone<T: Into<String>>(self, val: T) -> Self
fn with_use_dis_max<T: Into<bool>>(self, val: T) -> Self
fn build(self) -> Query
Trait Implementations
impl Debug for QueryStringQuery
[src]
impl Default for QueryStringQuery
[src]
fn default() -> QueryStringQuery
Returns the "default value" for a type. Read more