Struct rs_es::query::specialized::MoreLikeThisQuery
[−]
[src]
pub struct MoreLikeThisQuery { // some fields omitted }
More like this query
Methods
impl MoreLikeThisQuery
[src]
fn with_fields<T: Into<Vec<String>>>(self, val: T) -> Self
fn with_like_text<T: Into<String>>(self, val: T) -> Self
fn with_ids<T: Into<Vec<String>>>(self, val: T) -> Self
fn with_docs<T: Into<Vec<Doc>>>(self, val: T) -> Self
fn with_max_query_terms<T: Into<u64>>(self, val: T) -> Self
fn with_min_term_freq<T: Into<u64>>(self, val: T) -> Self
fn with_min_doc_freq<T: Into<u64>>(self, val: T) -> Self
fn with_max_doc_freq<T: Into<u64>>(self, val: T) -> Self
fn with_min_word_length<T: Into<u64>>(self, val: T) -> Self
fn with_max_word_length<T: Into<u64>>(self, val: T) -> Self
fn with_stop_words<T: Into<Vec<String>>>(self, val: T) -> Self
fn with_analyzer<T: Into<String>>(self, val: T) -> Self
fn with_minimum_should_match<T: Into<MinimumShouldMatch>>(self, val: T) -> Self
fn with_boost_terms<T: Into<f64>>(self, val: T) -> Self
fn with_include<T: Into<bool>>(self, val: T) -> Self
fn with_boost<T: Into<f64>>(self, val: T) -> Self
fn build(self) -> Query
Trait Implementations
impl Debug for MoreLikeThisQuery
[src]
impl Default for MoreLikeThisQuery
[src]
fn default() -> MoreLikeThisQuery
Returns the "default value" for a type. Read more