public interface RangeAggregationFieldStep
| Modifier and Type | Method and Description |
|---|---|
default <F> RangeAggregationRangeStep<?,F> |
field(String absoluteFieldPath,
Class<F> type)
Target the given field in the range aggregation.
|
<F> RangeAggregationRangeStep<?,F> |
field(String absoluteFieldPath,
Class<F> type,
ValueConvert convert)
Target the given field in the range aggregation.
|
default <F> RangeAggregationRangeStep<?,F> field(String absoluteFieldPath, Class<F> type)
F - The type of field values.absoluteFieldPath - The absolute path of the field.type - The type of field values.<F> RangeAggregationRangeStep<?,F> field(String absoluteFieldPath, Class<F> type, ValueConvert convert)
F - The type of field values.absoluteFieldPath - The absolute path of the field.type - The type of field values.convert - Controls how the ranges passed to the next steps and fetched from the backend should be converted.
See ValueConvert.Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.