Uses of Class
org.elasticsearch.search.aggregations.support.ValuesSource.Bytes
-
Packages that use ValuesSource.Bytes Package Description org.elasticsearch.search.aggregations.bucket.range org.elasticsearch.search.aggregations.support -
-
Uses of ValuesSource.Bytes in org.elasticsearch.search.aggregations.bucket.range
Methods in org.elasticsearch.search.aggregations.bucket.range that return types with arguments of type ValuesSource.Bytes Modifier and Type Method Description protected ValuesSourceAggregatorFactory<ValuesSource.Bytes>IpRangeAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource.Bytes> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)Methods in org.elasticsearch.search.aggregations.bucket.range with parameters of type ValuesSource.Bytes Modifier and Type Method Description protected AggregatorBinaryRangeAggregatorFactory. doCreateInternal(ValuesSource.Bytes valuesSource, SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)Method parameters in org.elasticsearch.search.aggregations.bucket.range with type arguments of type ValuesSource.Bytes Modifier and Type Method Description protected ValuesSourceAggregatorFactory<ValuesSource.Bytes>IpRangeAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource.Bytes> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)Constructors in org.elasticsearch.search.aggregations.bucket.range with parameters of type ValuesSource.Bytes Constructor Description BinaryRangeAggregator(String name, AggregatorFactories factories, ValuesSource.Bytes valuesSource, DocValueFormat format, List<BinaryRangeAggregator.Range> ranges, boolean keyed, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)Constructor parameters in org.elasticsearch.search.aggregations.bucket.range with type arguments of type ValuesSource.Bytes Constructor Description BinaryRangeAggregatorFactory(String name, ValuesSourceConfig<ValuesSource.Bytes> config, List<BinaryRangeAggregator.Range> ranges, boolean keyed, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder, Map<String,Object> metaData) -
Uses of ValuesSource.Bytes in org.elasticsearch.search.aggregations.support
Subclasses of ValuesSource.Bytes in org.elasticsearch.search.aggregations.support Modifier and Type Class Description static classValuesSource.Bytes.FieldDatastatic classValuesSource.Bytes.Scriptstatic classValuesSource.Bytes.WithOrdinalsstatic classValuesSource.Bytes.WithOrdinals.FieldDatastatic classValuesSource.WithScriptMethods in org.elasticsearch.search.aggregations.support that return ValuesSource.Bytes Modifier and Type Method Description static ValuesSource.BytesMissingValues. replaceMissing(ValuesSource.Bytes.WithOrdinals valuesSource, BytesRef missing)static ValuesSource.BytesMissingValues. replaceMissing(ValuesSource.Bytes valuesSource, BytesRef missing)Methods in org.elasticsearch.search.aggregations.support with parameters of type ValuesSource.Bytes Modifier and Type Method Description static ValuesSource.BytesMissingValues. replaceMissing(ValuesSource.Bytes valuesSource, BytesRef missing)Method parameters in org.elasticsearch.search.aggregations.support with type arguments of type ValuesSource.Bytes Modifier and Type Method Description static <T> voidValuesSourceParserHelper. declareBytesFields(AbstractObjectParser<? extends ValuesSourceAggregationBuilder<ValuesSource.Bytes,?>,T> objectParser, boolean scriptable, boolean formattable)
-