Struct elastic::client::requests::endpoints::UpdateByQueryRequest []

pub struct UpdateByQueryRequest<'a, B> {
    pub url: Url<'a>,
    pub body: B,
}

Post: /{index}/_update_by_query

Elasticsearch Documentation

Fields

Methods

impl<'a, B> UpdateByQueryRequest<'a, B>

Request to: /{index}/_update_by_query

Request to: /{index}/{type}/_update_by_query

Trait Implementations

impl<'a, B> Into<HttpRequest<'a, B>> for UpdateByQueryRequest<'a, B>

Performs the conversion.

impl<'a, B> PartialEq<UpdateByQueryRequest<'a, B>> for UpdateByQueryRequest<'a, B> where
    B: PartialEq<B>, 

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a, B> Clone for UpdateByQueryRequest<'a, B> where
    B: Clone

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a, B> Debug for UpdateByQueryRequest<'a, B> where
    B: Debug

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a, B> Send for UpdateByQueryRequest<'a, B> where
    B: Send

impl<'a, B> Sync for UpdateByQueryRequest<'a, B> where
    B: Sync