Uses of Interface
org.elasticsearch.search.DocValueFormat
-
-
Uses of DocValueFormat in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper that return DocValueFormat Modifier and Type Method Description DocValueFormatBooleanFieldMapper.BooleanFieldType. docValueFormat(String format, ZoneId timeZone)DocValueFormatDateFieldMapper.DateFieldType. docValueFormat(String format, ZoneId timeZone)DocValueFormatIpFieldMapper.IpFieldType. docValueFormat(String format, ZoneId timeZone)DocValueFormatMappedFieldType. docValueFormat(String format, ZoneId timeZone)Return aDocValueFormatthat can be used to display and parse values as returned by the fielddata API.DocValueFormatNumberFieldMapper.NumberFieldType. docValueFormat(String format, ZoneId timeZone)DocValueFormatRangeFieldMapper.RangeFieldType. docValueFormat(String format, ZoneId timeZone) -
Uses of DocValueFormat in org.elasticsearch.search
Classes in org.elasticsearch.search that implement DocValueFormat Modifier and Type Class Description static classDocValueFormat.DateTimestatic classDocValueFormat.DecimalFields in org.elasticsearch.search declared as DocValueFormat Modifier and Type Field Description static DocValueFormatDocValueFormat. BINARYstatic DocValueFormatDocValueFormat. BOOLEANstatic DocValueFormatDocValueFormat. GEOHASHstatic DocValueFormatDocValueFormat. GEOTILEstatic DocValueFormatDocValueFormat. IPstatic DocValueFormatDocValueFormat. RAWMethods in org.elasticsearch.search that return DocValueFormat Modifier and Type Method Description static DocValueFormatDocValueFormat. withNanosecondResolution(DocValueFormat format)Methods in org.elasticsearch.search with parameters of type DocValueFormat Modifier and Type Method Description voidSearchHit. sortValues(Object[] sortValues, DocValueFormat[] sortValueFormats)static DocValueFormatDocValueFormat. withNanosecondResolution(DocValueFormat format)Constructors in org.elasticsearch.search with parameters of type DocValueFormat Constructor Description SearchSortValues(Object[] rawSortValues, DocValueFormat[] sortValueFormats) -
Uses of DocValueFormat in org.elasticsearch.search.aggregations.bucket.histogram
Fields in org.elasticsearch.search.aggregations.bucket.histogram declared as DocValueFormat Modifier and Type Field Description protected DocValueFormatInternalAutoDateHistogram.Bucket. formatprotected DocValueFormatInternalDateHistogram.Bucket. formatprotected DocValueFormatInternalHistogram.Bucket. formatMethods in org.elasticsearch.search.aggregations.bucket.histogram that return DocValueFormat Modifier and Type Method Description DocValueFormatInternalAutoDateHistogram.Bucket. getFormatter()DocValueFormatInternalDateHistogram.Bucket. getFormatter()DocValueFormatInternalHistogram.Bucket. getFormatter()Constructors in org.elasticsearch.search.aggregations.bucket.histogram with parameters of type DocValueFormat Constructor Description Bucket(long key, long docCount, DocValueFormat format, InternalAggregations aggregations)Bucket(StreamInput in, DocValueFormat format)Read from a stream.Bucket(long key, long docCount, boolean keyed, DocValueFormat format, InternalAggregations aggregations)Bucket(StreamInput in, boolean keyed, DocValueFormat format)Read from a stream.Bucket(double key, long docCount, boolean keyed, DocValueFormat format, InternalAggregations aggregations)Bucket(StreamInput in, boolean keyed, DocValueFormat format)Read from a stream. -
Uses of DocValueFormat in org.elasticsearch.search.aggregations.bucket.range
Fields in org.elasticsearch.search.aggregations.bucket.range declared as DocValueFormat Modifier and Type Field Description protected DocValueFormatInternalBinaryRange. formatprotected DocValueFormatInternalRange.Bucket. formatprotected DocValueFormatInternalRange. formatMethods in org.elasticsearch.search.aggregations.bucket.range that return DocValueFormat Modifier and Type Method Description DocValueFormatInternalRange.Bucket. getFormat()Methods in org.elasticsearch.search.aggregations.bucket.range with parameters of type DocValueFormat Modifier and Type Method Description InternalDateRangeInternalDateRange.Factory. create(String name, List<InternalDateRange.Bucket> ranges, DocValueFormat formatter, boolean keyed, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)InternalGeoDistanceInternalGeoDistance.Factory. create(String name, List<org.elasticsearch.search.aggregations.bucket.range.InternalGeoDistance.Bucket> ranges, DocValueFormat format, boolean keyed, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)RInternalRange.Factory. create(String name, List<B> ranges, DocValueFormat format, boolean keyed, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)InternalDateRange.BucketInternalDateRange.Factory. createBucket(String key, double from, double to, long docCount, InternalAggregations aggregations, boolean keyed, DocValueFormat formatter)org.elasticsearch.search.aggregations.bucket.range.InternalGeoDistance.BucketInternalGeoDistance.Factory. createBucket(String key, double from, double to, long docCount, InternalAggregations aggregations, boolean keyed, DocValueFormat format)BInternalRange.Factory. createBucket(String key, double from, double to, long docCount, InternalAggregations aggregations, boolean keyed, DocValueFormat format)Constructors in org.elasticsearch.search.aggregations.bucket.range with parameters of type DocValueFormat 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)Bucket(DocValueFormat format, boolean keyed, String key, BytesRef from, BytesRef to, long docCount, InternalAggregations aggregations)Bucket(String key, double from, double to, long docCount, List<InternalAggregation> aggregations, boolean keyed, DocValueFormat formatter)Bucket(String key, double from, double to, long docCount, InternalAggregations aggregations, boolean keyed, DocValueFormat formatter)Bucket(String key, double from, double to, long docCount, InternalAggregations aggregations, boolean keyed, DocValueFormat format)InternalBinaryRange(String name, DocValueFormat format, boolean keyed, List<InternalBinaryRange.Bucket> buckets, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)InternalRange(String name, List<B> ranges, DocValueFormat format, boolean keyed, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)RangeAggregator(String name, AggregatorFactories factories, ValuesSource.Numeric valuesSource, DocValueFormat format, InternalRange.Factory rangeFactory, RangeAggregator.Range[] ranges, boolean keyed, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)Unmapped(String name, R[] ranges, boolean keyed, DocValueFormat format, SearchContext context, Aggregator parent, InternalRange.Factory factory, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of DocValueFormat in org.elasticsearch.search.aggregations.bucket.significant
Fields in org.elasticsearch.search.aggregations.bucket.significant declared as DocValueFormat Modifier and Type Field Description protected DocValueFormatInternalMappedSignificantTerms. formatMethods in org.elasticsearch.search.aggregations.bucket.significant with parameters of type DocValueFormat Modifier and Type Method Description BInternalSignificantTerms.Bucket.Reader. read(StreamInput in, long subsetSize, long supersetSize, DocValueFormat format)Constructors in org.elasticsearch.search.aggregations.bucket.significant with parameters of type DocValueFormat Constructor Description Bucket(long subsetDf, long subsetSize, long supersetDf, long supersetSize, InternalAggregations aggregations, DocValueFormat format)Bucket(StreamInput in, long subsetSize, long supersetSize, DocValueFormat format)Read from a stream.Bucket(BytesRef term, long subsetDf, long subsetSize, long supersetDf, long supersetSize, InternalAggregations aggregations, double score, DocValueFormat format)Bucket(BytesRef term, long subsetDf, long subsetSize, long supersetDf, long supersetSize, InternalAggregations aggregations, DocValueFormat format)Bucket(StreamInput in, long subsetSize, long supersetSize, DocValueFormat format)Read from a stream.GlobalOrdinalsSignificantTermsAggregator(String name, AggregatorFactories factories, ValuesSource.Bytes.WithOrdinals.FieldData valuesSource, DocValueFormat format, TermsAggregator.BucketCountThresholds bucketCountThresholds, IncludeExclude.OrdinalsFilter includeExclude, SearchContext context, Aggregator parent, boolean forceRemapGlobalOrds, SignificanceHeuristic significanceHeuristic, SignificantTermsAggregatorFactory termsAggFactory, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)InternalMappedSignificantTerms(String name, int requiredSize, long minDocCount, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData, DocValueFormat format, long subsetSize, long supersetSize, SignificanceHeuristic significanceHeuristic, List<B> buckets)SignificantLongTerms(String name, int requiredSize, long minDocCount, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData, DocValueFormat format, long subsetSize, long supersetSize, SignificanceHeuristic significanceHeuristic, List<org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms.Bucket> buckets)SignificantLongTermsAggregator(String name, AggregatorFactories factories, ValuesSource.Numeric valuesSource, DocValueFormat format, TermsAggregator.BucketCountThresholds bucketCountThresholds, SearchContext context, Aggregator parent, SignificanceHeuristic significanceHeuristic, SignificantTermsAggregatorFactory termsAggFactory, IncludeExclude.LongFilter includeExclude, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)SignificantStringTerms(String name, int requiredSize, long minDocCount, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData, DocValueFormat format, long subsetSize, long supersetSize, SignificanceHeuristic significanceHeuristic, List<SignificantStringTerms.Bucket> buckets)SignificantStringTermsAggregator(String name, AggregatorFactories factories, ValuesSource valuesSource, DocValueFormat format, TermsAggregator.BucketCountThresholds bucketCountThresholds, IncludeExclude.StringFilter includeExclude, SearchContext aggregationContext, Aggregator parent, SignificanceHeuristic significanceHeuristic, SignificantTermsAggregatorFactory termsAggFactory, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of DocValueFormat in org.elasticsearch.search.aggregations.bucket.terms
Fields in org.elasticsearch.search.aggregations.bucket.terms declared as DocValueFormat Modifier and Type Field Description protected DocValueFormatAbstractRareTermsAggregator. formatprotected DocValueFormatInternalMappedRareTerms. formatprotected DocValueFormatInternalMappedTerms. formatprotected DocValueFormatInternalRareTerms.Bucket. formatprotected DocValueFormatInternalTerms.Bucket. formatprotected DocValueFormatTermsAggregator. formatMethods in org.elasticsearch.search.aggregations.bucket.terms with parameters of type DocValueFormat Modifier and Type Method Description IncludeExclude.LongFilterIncludeExclude. convertToLongFilter(DocValueFormat format)IncludeExclude.OrdinalsFilterIncludeExclude. convertToOrdinalsFilter(DocValueFormat format)IncludeExclude.StringFilterIncludeExclude. convertToStringFilter(DocValueFormat format)BInternalRareTerms.Bucket.Reader. read(StreamInput in, DocValueFormat format)BInternalTerms.Bucket.Reader. read(StreamInput in, DocValueFormat format, boolean showDocCountError)Constructors in org.elasticsearch.search.aggregations.bucket.terms with parameters of type DocValueFormat Constructor Description Bucket(long docCount, InternalAggregations aggregations, DocValueFormat formatter)Bucket(StreamInput in, DocValueFormat formatter)Read from a stream.Bucket(long docCount, InternalAggregations aggregations, boolean showDocCountError, long docCountError, DocValueFormat formatter)Bucket(StreamInput in, DocValueFormat formatter, boolean showDocCountError)Read from a stream.Bucket(long term, long docCount, InternalAggregations aggregations, DocValueFormat format)Bucket(StreamInput in, DocValueFormat format)Read from a stream.Bucket(long term, long docCount, InternalAggregations aggregations, boolean showDocCountError, long docCountError, DocValueFormat format)Bucket(StreamInput in, DocValueFormat format, boolean showDocCountError)Read from a stream.Bucket(BytesRef term, long docCount, InternalAggregations aggregations, DocValueFormat format)Bucket(StreamInput in, DocValueFormat format)Read from a stream.Bucket(BytesRef term, long docCount, InternalAggregations aggregations, boolean showDocCountError, long docCountError, DocValueFormat format)Bucket(StreamInput in, DocValueFormat format, boolean showDocCountError)Read from a stream.DoubleTerms(String name, BucketOrder order, int requiredSize, long minDocCount, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData, DocValueFormat format, int shardSize, boolean showTermDocCountError, long otherDocCount, List<org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket> buckets, long docCountError)GlobalOrdinalsStringTermsAggregator(String name, AggregatorFactories factories, ValuesSource.Bytes.WithOrdinals valuesSource, BucketOrder order, DocValueFormat format, TermsAggregator.BucketCountThresholds bucketCountThresholds, IncludeExclude.OrdinalsFilter includeExclude, SearchContext context, Aggregator parent, boolean remapGlobalOrds, Aggregator.SubAggCollectionMode collectionMode, boolean showTermDocCountError, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)InternalMappedTerms(String name, BucketOrder order, int requiredSize, long minDocCount, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData, DocValueFormat format, int shardSize, boolean showTermDocCountError, long otherDocCount, List<B> buckets, long docCountError)LongTerms(String name, BucketOrder order, int requiredSize, long minDocCount, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData, DocValueFormat format, int shardSize, boolean showTermDocCountError, long otherDocCount, List<LongTerms.Bucket> buckets, long docCountError)LongTermsAggregator(String name, AggregatorFactories factories, ValuesSource.Numeric valuesSource, DocValueFormat format, BucketOrder order, TermsAggregator.BucketCountThresholds bucketCountThresholds, SearchContext aggregationContext, Aggregator parent, Aggregator.SubAggCollectionMode subAggCollectMode, boolean showTermDocCountError, IncludeExclude.LongFilter longFilter, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)StringTerms(String name, BucketOrder order, int requiredSize, long minDocCount, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData, DocValueFormat format, int shardSize, boolean showTermDocCountError, long otherDocCount, List<StringTerms.Bucket> buckets, long docCountError)StringTermsAggregator(String name, AggregatorFactories factories, ValuesSource valuesSource, BucketOrder order, DocValueFormat format, TermsAggregator.BucketCountThresholds bucketCountThresholds, IncludeExclude.StringFilter includeExclude, SearchContext context, Aggregator parent, Aggregator.SubAggCollectionMode collectionMode, boolean showTermDocCountError, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)TermsAggregator(String name, AggregatorFactories factories, SearchContext context, Aggregator parent, TermsAggregator.BucketCountThresholds bucketCountThresholds, BucketOrder order, DocValueFormat format, Aggregator.SubAggCollectionMode collectMode, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of DocValueFormat in org.elasticsearch.search.aggregations.metrics
Fields in org.elasticsearch.search.aggregations.metrics declared as DocValueFormat Modifier and Type Field Description protected DocValueFormatInternalNumericMetricsAggregation. formatMethods in org.elasticsearch.search.aggregations.metrics with parameters of type DocValueFormat Modifier and Type Method Description protected MultiValuesSourceAggregatorFactory<ValuesSource.Numeric>WeightedAvgAggregationBuilder. innerBuild(QueryShardContext queryShardContext, Map<String,ValuesSourceConfig<ValuesSource.Numeric>> configs, DocValueFormat format, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)Constructors in org.elasticsearch.search.aggregations.metrics with parameters of type DocValueFormat Constructor Description InternalAvg(String name, double sum, long count, DocValueFormat format, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)InternalExtendedStats(String name, long count, double sum, double min, double max, double sumOfSqrs, double sigma, DocValueFormat formatter, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)InternalMax(String name, double max, DocValueFormat formatter, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)InternalMin(String name, double min, DocValueFormat formatter, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)InternalStats(String name, long count, double sum, double min, double max, DocValueFormat formatter, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of DocValueFormat in org.elasticsearch.search.aggregations.pipeline
Fields in org.elasticsearch.search.aggregations.pipeline declared as DocValueFormat Modifier and Type Field Description protected DocValueFormatBucketMetricsPipelineAggregator. formatMethods in org.elasticsearch.search.aggregations.pipeline that return DocValueFormat Modifier and Type Method Description protected DocValueFormatBucketMetricsPipelineAggregationBuilder. formatter()protected DocValueFormatBucketScriptPipelineAggregationBuilder. formatter()protected DocValueFormatCumulativeSumPipelineAggregationBuilder. formatter()protected DocValueFormatMovAvgPipelineAggregationBuilder. formatter()protected DocValueFormatMovFnPipelineAggregationBuilder. formatter()protected DocValueFormatSerialDiffPipelineAggregationBuilder. formatter()Constructors in org.elasticsearch.search.aggregations.pipeline with parameters of type DocValueFormat Constructor Description InternalBucketMetricValue(String name, String[] keys, double value, DocValueFormat formatter, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)InternalStatsBucket(String name, long count, double sum, double min, double max, DocValueFormat formatter, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of DocValueFormat in org.elasticsearch.search.aggregations.support
Fields in org.elasticsearch.search.aggregations.support declared as DocValueFormat Modifier and Type Field Description protected DocValueFormatMultiValuesSourceAggregatorFactory. formatMethods in org.elasticsearch.search.aggregations.support that return DocValueFormat Modifier and Type Method Description DocValueFormatValueType. defaultFormat()DocValueFormatValuesSourceConfig. format()Methods in org.elasticsearch.search.aggregations.support with parameters of type DocValueFormat Modifier and Type Method Description protected abstract AggregatorMultiValuesSourceAggregatorFactory. doCreateInternal(SearchContext searchContext, Map<String,ValuesSourceConfig<VS>> configs, DocValueFormat format, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)ValuesSourceConfig<VS>ValuesSourceConfig. format(DocValueFormat format)protected abstract MultiValuesSourceAggregatorFactory<VS>MultiValuesSourceAggregationBuilder. innerBuild(QueryShardContext queryShardContext, Map<String,ValuesSourceConfig<VS>> configs, DocValueFormat format, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)Constructors in org.elasticsearch.search.aggregations.support with parameters of type DocValueFormat Constructor Description MultiValuesSourceAggregatorFactory(String name, Map<String,ValuesSourceConfig<VS>> configs, DocValueFormat format, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder, Map<String,Object> metaData) -
Uses of DocValueFormat in org.elasticsearch.search.query
Methods in org.elasticsearch.search.query that return DocValueFormat Modifier and Type Method Description DocValueFormat[]QuerySearchResult. sortValueFormats()Methods in org.elasticsearch.search.query with parameters of type DocValueFormat Modifier and Type Method Description voidQuerySearchResult. topDocs(TopDocsAndMaxScore topDocs, DocValueFormat[] sortValueFormats) -
Uses of DocValueFormat in org.elasticsearch.search.sort
Fields in org.elasticsearch.search.sort declared as DocValueFormat Modifier and Type Field Description DocValueFormatSortFieldAndFormat. formatDocValueFormat[]SortAndFormats. formatsConstructors in org.elasticsearch.search.sort with parameters of type DocValueFormat Constructor Description SortAndFormats(Sort sort, DocValueFormat[] formats)SortFieldAndFormat(SortField field, DocValueFormat format)
-