Module: Elasticsearch::XPack::API::Enrich
- Defined in:
- lib/elasticsearch/xpack/api/namespace/enrich.rb,
lib/elasticsearch/xpack/api/actions/enrich/stats.rb,
lib/elasticsearch/xpack/api/actions/enrich/get_policy.rb,
lib/elasticsearch/xpack/api/actions/enrich/put_policy.rb,
lib/elasticsearch/xpack/api/actions/enrich/delete_policy.rb,
lib/elasticsearch/xpack/api/actions/enrich/execute_policy.rb,
lib/elasticsearch/xpack/api/actions/enrich/params_registry.rb
Defined Under Namespace
Modules: Actions Classes: EnrichClient
Instance Method Summary collapse
Instance Method Details
#enrich ⇒ Object
28 29 30 |
# File 'lib/elasticsearch/xpack/api/namespace/enrich.rb', line 28 def enrich @enrich ||= EnrichClient.new(self) end |