module Elasticsearch::XPack::API::Enrich

Public Instance Methods

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