Skip to content

Commit

Permalink
[PURIFY] remove all trace of x-pack enrichment processor (#9)
Browse files Browse the repository at this point in the history
This commit removes all trace of the Elastic licensed enrichment processor.
  • Loading branch information
nknize authored Jan 30, 2021
1 parent 6744e35 commit 16ae5f1
Show file tree
Hide file tree
Showing 21 changed files with 1 addition and 2,023 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ public class RestHighLevelClient implements Closeable {
private final RollupClient rollupClient = new RollupClient(this);
private final CcrClient ccrClient = new CcrClient(this);
private final TransformClient transformClient = new TransformClient(this);
private final EnrichClient enrichClient = new EnrichClient(this);
private final AsyncSearchClient asyncSearchClient = new AsyncSearchClient(this);

/**
Expand Down Expand Up @@ -507,10 +506,6 @@ public TransformClient transform() {
return transformClient;
}

public EnrichClient enrich() {
return enrichClient;
}

/**
* Executes a bulk request using the Bulk API.
* See <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html">Bulk API on elastic.co</a>
Expand Down
Loading

0 comments on commit 16ae5f1

Please sign in to comment.