module Elasticsearch::API::Enrich
Public Instance Methods
enrich()
click to toggle source
Proxy method for {EnrichClient}, available in the receiving object
# File lib/elasticsearch/api/namespace/enrich.rb, line 31 def enrich @enrich ||= EnrichClient.new(self) end