Struct elasticsearch::Mget [−][src]
pub struct Mget<'a, 'b, B> { /* fields omitted */ }Expand description
Builder for the Mget API
Allows to get multiple documents in one request.
Implementations
Creates a new instance of Mget with the specified API parts
True or false to return the _source field or not, or a list of fields to return
A list of fields to exclude from the returned _source field
A list of fields to extract and return from the _source field
The body for the API call
Include the stack trace of returned errors.
A comma-separated list of filters used to reduce the response.
Adds a HTTP header
Specify the node or shard the operation should be performed on (default: random)
Specify whether to perform the operation in realtime or search mode
Refresh the shard containing the document before performing the operation
Sets a request timeout for this API call.
The timeout is applied from when the request starts connecting until the response body has finished.
The URL-encoded request definition. Useful for libraries that do not accept a request body for non-POST requests.
A comma-separated list of stored fields to return in the response
Trait Implementations
Auto Trait Implementations
impl<'a, 'b, B> !RefUnwindSafe for Mget<'a, 'b, B>
impl<'a, 'b, B> !UnwindSafe for Mget<'a, 'b, B>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more