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