module Elasticsearch::XPack::API::TextStructure

Public Instance Methods

text_structure() click to toggle source
# File lib/elasticsearch/xpack/api/namespace/text_structure.rb, line 28
def text_structure
  @text_structure ||= TextStructureClient.new(self)
end