Sha256: 8f39ee07cf466c5e6b4fc8403d3b79c27009c3b495f4fc55c36613e07a3a7e20

Contents?: true

Size: 660 Bytes

Versions: 10

Compression:

Stored size: 660 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 API
    module Indices
      module Actions; end

      # Client for the "indices" namespace (includes the {Indices::Actions} methods)
      #
      class IndicesClient
        include Common::Client, Common::Client::Base, Indices::Actions
      end

      # Proxy method for {IndicesClient}, available in the receiving object
      #
      def indices
        @indices ||= IndicesClient.new(self)
      end

    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
elasticsearch-api-6.8.3 lib/elasticsearch/api/namespace/indices.rb
elasticsearch-api-7.7.0 lib/elasticsearch/api/namespace/indices.rb
elasticsearch-api-6.8.2 lib/elasticsearch/api/namespace/indices.rb
elasticsearch-api-7.7.0.pre lib/elasticsearch/api/namespace/indices.rb
elasticsearch-api-7.6.0 lib/elasticsearch/api/namespace/indices.rb
elasticsearch-api-7.6.0.pre lib/elasticsearch/api/namespace/indices.rb
elasticsearch-api-7.5.0 lib/elasticsearch/api/namespace/indices.rb
elasticsearch-api-7.5.0.pre.pre lib/elasticsearch/api/namespace/indices.rb
elasticsearch-api-7.4.0 lib/elasticsearch/api/namespace/indices.rb
elasticsearch-api-7.3.0 lib/elasticsearch/api/namespace/indices.rb