Module: Elasticsearch::API::TextStructure

Defined in:
lib/elasticsearch/api/namespace/text_structure.rb,
lib/elasticsearch/api/actions/text_structure/find_structure.rb
more...

Defined Under Namespace

Modules: Actions Classes: TextStructureClient

Instance Method Summary collapse

Instance Method Details

#text_structureObject

Proxy method for TextStructureClient, available in the receiving object

[View source]

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

def text_structure
  @text_structure ||= TextStructureClient.new(self)
end