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