Uses of Class
org.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory.ExecutionMode
-
Packages that use TermsAggregatorFactory.ExecutionMode Package Description org.elasticsearch.search.aggregations.bucket.terms -
-
Uses of TermsAggregatorFactory.ExecutionMode in org.elasticsearch.search.aggregations.bucket.terms
Methods in org.elasticsearch.search.aggregations.bucket.terms that return TermsAggregatorFactory.ExecutionMode Modifier and Type Method Description static TermsAggregatorFactory.ExecutionModeTermsAggregatorFactory.ExecutionMode. fromString(String value, DeprecationLogger deprecationLogger)static TermsAggregatorFactory.ExecutionModeTermsAggregatorFactory.ExecutionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TermsAggregatorFactory.ExecutionMode[]TermsAggregatorFactory.ExecutionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-