Module: Elasticsearch::API::Graph

Defined in:
lib/elasticsearch/api/namespace/graph.rb,
lib/elasticsearch/api/actions/graph/explore.rb
more...

Defined Under Namespace

Modules: Actions Classes: GraphClient

Instance Method Summary collapse

Instance Method Details

#graphObject

Proxy method for GraphClient, available in the receiving object

[View source]

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

def graph
  @graph ||= GraphClient.new(self)
end