Struct rs_es::operations::search::SearchResultInterim [] [src]

pub struct SearchResultInterim<T: Deserialize> {
    pub took: u64,
    pub timed_out: bool,
    pub shards: ShardCountResult,
    pub hits: SearchHitsResult<T>,
    pub aggs: Option<Value>,
    pub scroll_id: Option<String>,
}

Fields

Optional field populated if aggregations are specified

Optional field populated during scanning and scrolling

Trait Implementations

impl<T: Debug + Deserialize> Debug for SearchResultInterim<T>
[src]

Formats the value using the given formatter.