Uses of Interface
org.elasticsearch.search.aggregations.HasAggregations
-
-
Uses of HasAggregations in org.elasticsearch.search.aggregations
Classes in org.elasticsearch.search.aggregations that implement HasAggregations Modifier and Type Class Description static classInternalMultiBucketAggregation.InternalBucketstatic classParsedMultiBucketAggregation.ParsedBucket -
Uses of HasAggregations in org.elasticsearch.search.aggregations.bucket
Subinterfaces of HasAggregations in org.elasticsearch.search.aggregations.bucket Modifier and Type Interface Description static interfaceMultiBucketsAggregation.BucketA bucket represents a criteria to which all documents that fall in it adhere to.interfaceSingleBucketAggregationA single bucket aggregationClasses in org.elasticsearch.search.aggregations.bucket that implement HasAggregations Modifier and Type Class Description classInternalSingleBucketAggregationA base class for all the single bucket aggregations.classParsedSingleBucketAggregationA base class for all the single bucket aggregations. -
Uses of HasAggregations in org.elasticsearch.search.aggregations.bucket.adjacency
Subinterfaces of HasAggregations in org.elasticsearch.search.aggregations.bucket.adjacency Modifier and Type Interface Description static interfaceAdjacencyMatrix.BucketA bucket associated with a specific filter or pair (identified by its key)Classes in org.elasticsearch.search.aggregations.bucket.adjacency that implement HasAggregations Modifier and Type Class Description static classInternalAdjacencyMatrix.InternalBucketstatic classParsedAdjacencyMatrix.ParsedBucket -
Uses of HasAggregations in org.elasticsearch.search.aggregations.bucket.composite
Subinterfaces of HasAggregations in org.elasticsearch.search.aggregations.bucket.composite Modifier and Type Interface Description static interfaceCompositeAggregation.BucketClasses in org.elasticsearch.search.aggregations.bucket.composite that implement HasAggregations Modifier and Type Class Description static classInternalComposite.InternalBucketstatic classParsedComposite.ParsedBucket -
Uses of HasAggregations in org.elasticsearch.search.aggregations.bucket.filter
Subinterfaces of HasAggregations in org.elasticsearch.search.aggregations.bucket.filter Modifier and Type Interface Description interfaceFilterAfilteraggregation.static interfaceFilters.BucketA bucket associated with a specific filter (identified by its key)Classes in org.elasticsearch.search.aggregations.bucket.filter that implement HasAggregations Modifier and Type Class Description classInternalFilterstatic classInternalFilters.InternalBucketclassParsedFilterstatic classParsedFilters.ParsedBucket -
Uses of HasAggregations in org.elasticsearch.search.aggregations.bucket.geogrid
Subinterfaces of HasAggregations in org.elasticsearch.search.aggregations.bucket.geogrid Modifier and Type Interface Description static interfaceGeoGrid.BucketA bucket that is associated with a geo-grid cell.Classes in org.elasticsearch.search.aggregations.bucket.geogrid that implement HasAggregations Modifier and Type Class Description classInternalGeoGridBucket<B extends InternalGeoGridBucket>classInternalGeoHashGridBucketclassInternalGeoTileGridBucketclassParsedGeoGridBucketclassParsedGeoHashGridBucketclassParsedGeoTileGridBucket -
Uses of HasAggregations in org.elasticsearch.search.aggregations.bucket.global
Subinterfaces of HasAggregations in org.elasticsearch.search.aggregations.bucket.global Modifier and Type Interface Description interfaceGlobalAglobalaggregation.Classes in org.elasticsearch.search.aggregations.bucket.global that implement HasAggregations Modifier and Type Class Description classInternalGlobalA global scope get (the document set on which we aggregate is all documents in the search context (ie.classParsedGlobal -
Uses of HasAggregations in org.elasticsearch.search.aggregations.bucket.histogram
Subinterfaces of HasAggregations in org.elasticsearch.search.aggregations.bucket.histogram Modifier and Type Interface Description static interfaceHistogram.BucketA bucket in the histogram where documents fall inClasses in org.elasticsearch.search.aggregations.bucket.histogram that implement HasAggregations Modifier and Type Class Description static classInternalAutoDateHistogram.Bucketstatic classInternalDateHistogram.Bucketstatic classInternalHistogram.Bucketstatic classParsedAutoDateHistogram.ParsedBucketstatic classParsedDateHistogram.ParsedBucket -
Uses of HasAggregations in org.elasticsearch.search.aggregations.bucket.missing
Subinterfaces of HasAggregations in org.elasticsearch.search.aggregations.bucket.missing Modifier and Type Interface Description interfaceMissingAmissingaggregation.Classes in org.elasticsearch.search.aggregations.bucket.missing that implement HasAggregations Modifier and Type Class Description classInternalMissingclassParsedMissing -
Uses of HasAggregations in org.elasticsearch.search.aggregations.bucket.nested
Subinterfaces of HasAggregations in org.elasticsearch.search.aggregations.bucket.nested Modifier and Type Interface Description interfaceNestedAnestedaggregation.interfaceReverseNestedAreverse nestedaggregation.Classes in org.elasticsearch.search.aggregations.bucket.nested that implement HasAggregations Modifier and Type Class Description classInternalNestedResult of theNestedAggregator.classInternalReverseNestedResult of theReverseNestedAggregator.classParsedNestedclassParsedReverseNested -
Uses of HasAggregations in org.elasticsearch.search.aggregations.bucket.range
Subinterfaces of HasAggregations in org.elasticsearch.search.aggregations.bucket.range Modifier and Type Interface Description static interfaceRange.BucketA bucket associated with a specific rangeClasses in org.elasticsearch.search.aggregations.bucket.range that implement HasAggregations Modifier and Type Class Description static classInternalBinaryRange.Bucketstatic classInternalDateRange.Bucketstatic classInternalRange.Bucketstatic classParsedBinaryRange.ParsedBucketstatic classParsedDateRange.ParsedBucketstatic classParsedGeoDistance.ParsedBucketstatic classParsedRange.ParsedBucket -
Uses of HasAggregations in org.elasticsearch.search.aggregations.bucket.sampler
Subinterfaces of HasAggregations in org.elasticsearch.search.aggregations.bucket.sampler Modifier and Type Interface Description interfaceSamplerAfilteraggregation that defines a single bucket to hold a sample of top-matching documents.Classes in org.elasticsearch.search.aggregations.bucket.sampler that implement HasAggregations Modifier and Type Class Description classInternalSamplerclassParsedSamplerclassUnmappedSampler -
Uses of HasAggregations in org.elasticsearch.search.aggregations.bucket.significant
Subinterfaces of HasAggregations in org.elasticsearch.search.aggregations.bucket.significant Modifier and Type Interface Description static interfaceSignificantTerms.BucketClasses in org.elasticsearch.search.aggregations.bucket.significant that implement HasAggregations Modifier and Type Class Description static classInternalSignificantTerms.Bucket<B extends InternalSignificantTerms.Bucket<B>>static classParsedSignificantLongTerms.ParsedBucketstatic classParsedSignificantStringTerms.ParsedBucketstatic classParsedSignificantTerms.ParsedBucketstatic classSignificantStringTerms.Bucketprotected static classUnmappedSignificantTerms.BucketConcrete type that can't be built because Java needs a concrete type soInternalTerms.Bucketcan have a self type but UnmappedTerms doesn't ever need to build it because it never returns any buckets. -
Uses of HasAggregations in org.elasticsearch.search.aggregations.bucket.terms
Subinterfaces of HasAggregations in org.elasticsearch.search.aggregations.bucket.terms Modifier and Type Interface Description static interfaceRareTerms.BucketA bucket that is associated with a single termstatic interfaceTerms.BucketA bucket that is associated with a single termClasses in org.elasticsearch.search.aggregations.bucket.terms that implement HasAggregations Modifier and Type Class Description static classInternalRareTerms.Bucket<B extends InternalRareTerms.Bucket<B>>static classInternalTerms.Bucket<B extends InternalTerms.Bucket<B>>static classLongRareTerms.Bucketstatic classLongTerms.Bucketstatic classParsedDoubleTerms.ParsedBucketstatic classParsedLongTerms.ParsedBucketstatic classParsedStringTerms.ParsedBucketstatic classParsedTerms.ParsedBucketstatic classStringRareTerms.Bucketstatic classStringTerms.Bucketprotected static classUnmappedRareTerms.Bucketprotected static classUnmappedTerms.BucketConcrete type that can't be built because Java needs a concrete type soInternalTerms.Bucketcan have a self type but UnmappedTerms doesn't ever need to build it because it never returns any buckets. -
Uses of HasAggregations in org.elasticsearch.search.aggregations.support
Methods in org.elasticsearch.search.aggregations.support with parameters of type HasAggregations Modifier and Type Method Description doubleAggregationPath. resolveValue(HasAggregations root)Resolves the value pointed by this path given an aggregations root
-