Module elastic_responses::search [] [src]

Response types for a search request.

Structs

Aggs

Aggregator that traverses the results from Elasticsearch's aggregations and returns a result row by row in a table-styled fashion.

Documents

A borrowing iterator over the source documents in search query hits.

Hit

Full metadata and source for a single hit.

Hits

A borrowing iterator over search query hits.

IntoDocuments

A consuming iterator over the source documents in search query hits.

IntoHits

A consuminig iterator over search query hits.

SearchResponse

Response for a search request.