Module: Elasticsearch::XPack::API::TextStructure

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

Defined Under Namespace

Modules: Actions Classes: TextStructureClient

Instance Method Summary collapse

Instance Method Details

#text_structureObject



28
29
30
# File 'lib/elasticsearch/xpack/api/namespace/text_structure.rb', line 28

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