Uses of Class
org.elasticsearch.client.transform.transforms.pivot.PivotConfig.Builder
-
Packages that use PivotConfig.Builder Package Description org.elasticsearch.client.transform.transforms.pivot -
-
Uses of PivotConfig.Builder in org.elasticsearch.client.transform.transforms.pivot
Methods in org.elasticsearch.client.transform.transforms.pivot that return PivotConfig.Builder Modifier and Type Method Description static PivotConfig.BuilderPivotConfig. builder()PivotConfig.BuilderPivotConfig.Builder. setAggregationConfig(AggregationConfig aggregationConfig)Set the aggregated fields to include in the pivot configPivotConfig.BuilderPivotConfig.Builder. setAggregations(AggregatorFactories.Builder aggregations)Set the aggregated fields to include in the pivot configPivotConfig.BuilderPivotConfig.Builder. setGroups(GroupConfig groups)Set how to group the source dataPivotConfig.BuilderPivotConfig.Builder. setMaxPageSearchSize(Integer maxPageSearchSize)Sets the paging maximum paging maxPageSearchSize that date frame transform can use when pulling the data from the source index.
-