Sha256: 6206bdb6307a8237b3a19b3bb988a8b9e266c11dad73787e4c0792046360bf69
Contents?: true
Size: 592 Bytes
Versions: 2
Compression:
Stored size: 592 Bytes
Contents
# Licensed to Elasticsearch B.V under one or more agreements. # Elasticsearch B.V licenses this file to you under the Apache 2.0 License. # See the LICENSE file in the project root for more information module Elasticsearch module XPack module API module AsyncSearch module Actions; end class AsyncSearchClient include Elasticsearch::API::Common::Client, Elasticsearch::API::Common::Client::Base, AsyncSearch::Actions end def async_search @async_search ||= AsyncSearchClient.new(self) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
elasticsearch-xpack-7.7.0 | lib/elasticsearch/xpack/api/namespace/async_search.rb |
elasticsearch-xpack-7.7.0.pre | lib/elasticsearch/xpack/api/namespace/async_search.rb |