Struct elastic_query_builder::query::match_query::MatchQuery
source · pub struct MatchQuery { /* private fields */ }
Implementations§
source§impl MatchQuery
impl MatchQuery
pub fn new(field: &str, query: &str) -> MatchQuery
pub fn set_boost(self, boost: f64) -> MatchQuery
Trait Implementations§
source§impl Default for MatchQuery
impl Default for MatchQuery
source§fn default() -> MatchQuery
fn default() -> MatchQuery
Returns the “default value” for a type. Read more