Module: Elasticsearch::API::Enrich
- Defined in:
- lib/elasticsearch/api/namespace/enrich.rb,
lib/elasticsearch/api/actions/enrich/stats.rb,
lib/elasticsearch/api/actions/enrich/get_policy.rb,
lib/elasticsearch/api/actions/enrich/put_policy.rb,
lib/elasticsearch/api/actions/enrich/delete_policy.rb,
lib/elasticsearch/api/actions/enrich/execute_policy.rb
Defined Under Namespace
Modules: Actions Classes: EnrichClient
Instance Method Summary collapse
-
#enrich ⇒ Object
Proxy method for EnrichClient, available in the receiving object.
Instance Method Details
#enrich ⇒ Object
Proxy method for EnrichClient, available in the receiving object
31 32 33 |
# File 'lib/elasticsearch/api/namespace/enrich.rb', line 31 def enrich @enrich ||= EnrichClient.new(self) end |