Struct rs_es::query::MoreLikeThisQuery
[−]
[src]
pub struct MoreLikeThisQuery { // some fields omitted }
pub struct MoreLikeThisQuery { // some fields omitted }
impl MoreLikeThisQuery
fn with_fields<T: Into<Vec<String>>>(self, value: T) -> Self
fn with_like_text<T: Into<String>>(self, value: T) -> Self
fn with_ids<T: Into<Vec<String>>>(self, value: T) -> Self
fn with_docs<T: Into<Vec<Doc>>>(self, value: T) -> Self
fn with_max_query_terms<T: Into<u64>>(self, value: T) -> Self
fn with_min_term_freq<T: Into<u64>>(self, value: T) -> Self
fn with_min_doc_freq<T: Into<u64>>(self, value: T) -> Self
fn with_max_doc_freq<T: Into<u64>>(self, value: T) -> Self
fn with_min_word_length<T: Into<u64>>(self, value: T) -> Self
fn with_max_word_length<T: Into<u64>>(self, value: T) -> Self
fn with_stop_words<T: Into<Vec<String>>>(self, value: T) -> Self
fn with_analyzer<T: Into<String>>(self, value: T) -> Self
fn with_minimum_should_match<T: Into<MinimumShouldMatch>>(self, value: T) -> Self
fn with_boost_terms<T: Into<f64>>(self, value: T) -> Self
fn with_include<T: Into<bool>>(self, value: T) -> Self
fn with_boost<T: Into<f64>>(self, value: T) -> Self
fn build(self) -> Query
impl ToJson for MoreLikeThisQuery
impl Debug for MoreLikeThisQuery