Method: Elasticsearch::API::Eql#eql

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

#eqlObject

Proxy method for EqlClient, available in the receiving object



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

def eql
  @eql ||= EqlClient.new(self)
end