Uses of Class
org.elasticsearch.search.aggregations.Aggregator.SubAggCollectionMode
-
Packages that use Aggregator.SubAggCollectionMode Package Description org.elasticsearch.search.aggregations org.elasticsearch.search.aggregations.bucket.terms -
-
Uses of Aggregator.SubAggCollectionMode in org.elasticsearch.search.aggregations
Methods in org.elasticsearch.search.aggregations that return Aggregator.SubAggCollectionMode Modifier and Type Method Description static Aggregator.SubAggCollectionModeAggregator.SubAggCollectionMode. parse(String value, DeprecationHandler deprecationHandler)static Aggregator.SubAggCollectionModeAggregator.SubAggCollectionMode. readFromStream(StreamInput in)static Aggregator.SubAggCollectionModeAggregator.SubAggCollectionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Aggregator.SubAggCollectionMode[]Aggregator.SubAggCollectionMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Aggregator.SubAggCollectionMode in org.elasticsearch.search.aggregations.bucket.terms
Fields in org.elasticsearch.search.aggregations.bucket.terms declared as Aggregator.SubAggCollectionMode Modifier and Type Field Description protected Aggregator.SubAggCollectionModeTermsAggregator. collectModeMethods in org.elasticsearch.search.aggregations.bucket.terms that return Aggregator.SubAggCollectionMode Modifier and Type Method Description Aggregator.SubAggCollectionModeTermsAggregationBuilder. collectMode()Expert: get the collection mode.Methods in org.elasticsearch.search.aggregations.bucket.terms with parameters of type Aggregator.SubAggCollectionMode Modifier and Type Method Description TermsAggregationBuilderTermsAggregationBuilder. collectMode(Aggregator.SubAggCollectionMode collectMode)Expert: set the collection mode.
-