Skip to content

Commit

Permalink
Remove unused ParsedAggregation (#104848)
Browse files Browse the repository at this point in the history
This abstraction was introduced to support the high level rest client and is not needed any more.
  • Loading branch information
iverase authored Jan 29, 2024
1 parent 7df0567 commit 79f801b
Show file tree
Hide file tree
Showing 81 changed files with 0 additions and 6,383 deletions.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions modules/aggregations/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,4 @@
opens org.elasticsearch.aggregations to org.elasticsearch.painless.spi; // whitelist resource access

provides org.elasticsearch.painless.spi.PainlessExtension with org.elasticsearch.aggregations.AggregationsPainlessExtension;

provides org.elasticsearch.plugins.spi.NamedXContentProvider
with
org.elasticsearch.aggregations.metric.MatrixStatsNamedXContentProvider;
}

This file was deleted.

Loading

0 comments on commit 79f801b

Please sign in to comment.