Method: Elasticsearch::API::TextStructure#text_structure
- Defined in:
- lib/elasticsearch/api/namespace/text_structure.rb
#text_structure ⇒ Object
Proxy method for TextStructureClient, available in the receiving object
31 32 33 |
# File 'lib/elasticsearch/api/namespace/text_structure.rb', line 31 def text_structure @text_structure ||= TextStructureClient.new(self) end |