class ElastomerClient::Client::MultiSearch

The MultiSearch class is a helper for accumulating and submitting multi_search API requests. Instances of the MultiSearch class accumulate searches and then issue a single API request to Elasticsearch, which runs all accumulated searches in parallel and returns each result hash aggregated into an array of result hashes.

Instead of instantiating this class directly, use the block form of Client#multi_search.