mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
Move derivative agg to module (#91014)
This cleans up the derivative pipeline agg in a few days: 1. Moves it to the `aggregations` module ala #90283 2. Drops the ceremonial interface from the result ala #82273 3. Adds comprehensive REST layer tests for it ala #26220 4. Removes some `ESIntegTestCase tests` that duplicated those in the `AggregatorTestCase`.
This commit is contained in:
parent
7790f616b8
commit
1474d79177
26 changed files with 548 additions and 812 deletions
|
@ -25,6 +25,7 @@ import org.elasticsearch.action.index.IndexResponse;
|
|||
import org.elasticsearch.action.search.SearchRequest;
|
||||
import org.elasticsearch.action.search.SearchResponse;
|
||||
import org.elasticsearch.action.support.WriteRequest;
|
||||
import org.elasticsearch.aggregations.pipeline.DerivativePipelineAggregationBuilder;
|
||||
import org.elasticsearch.client.RequestOptions;
|
||||
import org.elasticsearch.client.RestClient;
|
||||
import org.elasticsearch.client.RestHighLevelClient;
|
||||
|
@ -54,7 +55,6 @@ import org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilde
|
|||
import org.elasticsearch.search.aggregations.metrics.CardinalityAggregationBuilder;
|
||||
import org.elasticsearch.search.aggregations.metrics.SumAggregationBuilder;
|
||||
import org.elasticsearch.search.aggregations.metrics.TopHitsAggregationBuilder;
|
||||
import org.elasticsearch.search.aggregations.pipeline.DerivativePipelineAggregationBuilder;
|
||||
import org.elasticsearch.search.aggregations.pipeline.MaxBucketPipelineAggregationBuilder;
|
||||
import org.elasticsearch.search.aggregations.support.ValueType;
|
||||
import org.elasticsearch.search.builder.SearchSourceBuilder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue