Method: Elasticsearch::API::Features#features

Defined in:
lib/elasticsearch/api/namespace/features.rb

#featuresObject

Proxy method for FeaturesClient, available in the receiving object


31
32
33
# File 'lib/elasticsearch/api/namespace/features.rb', line 31

def features
  @features ||= FeaturesClient.new(self)
end