Struct rs_es::operations::search::aggregations::bucket::Terms
[−]
[src]
pub struct Terms<'a>(_);
Terms aggregation
Methods
impl<'a> Terms<'a>
[src]
fn with_size<T: Into<u64>>(self, val: T) -> Self
fn with_shard_size<T: Into<u64>>(self, val: T) -> Self
fn with_order<T: Into<OneOrMany<Order<'a>>>>(self, val: T) -> Self
fn with_min_doc_count<T: Into<u64>>(self, val: T) -> Self
fn with_shard_min_doc_count<T: Into<u64>>(self, val: T) -> Self
fn with_include<T: Into<OneOrMany<&'a str>>>(self, val: T) -> Self
fn with_exclude<T: Into<OneOrMany<&'a str>>>(self, val: T) -> Self
fn with_execution_hint<T: Into<ExecutionHint>>(self, val: T) -> Self
impl<'a> Terms<'a>
[src]
fn field(field: &'a str) -> Self
fn script<S: Into<Script<'a>>>(script: S) -> Self
fn with_script<S: Into<Script<'a>>>(self, script: S) -> Self
fn with_missing<J: Into<JsonVal>>(self, missing: J) -> Self
Trait Implementations
impl<'a> Debug for Terms<'a>
[src]
impl<'a> Serialize for Terms<'a>
[src]
fn serialize<S>(&self, serializer: &mut S) -> Result<(), S::Error> where S: Serializer
Serializes this value into this serializer.