Uses of Class
org.elasticsearch.search.aggregations.support.MissingValues
-
Packages that use MissingValues Package Description org.elasticsearch.search.aggregations.support -
-
Uses of MissingValues in org.elasticsearch.search.aggregations.support
Methods in org.elasticsearch.search.aggregations.support that return MissingValues Modifier and Type Method Description static MissingValuesMissingValues. valueOf(String name)Returns the enum constant of this type with the specified name.static MissingValues[]MissingValues. values()Returns an array containing the constants of this enum type, in the order they are declared.
-