module Elasticsearch::API::TextStructure

Public Instance Methods

text_structure() click to toggle source

Proxy method for {TextStructureClient}, available in the receiving object

# File lib/elasticsearch/api/namespace/text_structure.rb, line 31
def text_structure
  @text_structure ||= TextStructureClient.new(self)
end