public enum AggregationField extends Enum<AggregationField>
| Enum Constant and Description |
|---|
AVG |
BG_COUNT |
BOTTOM_RIGHT |
BOUNDS |
BUCKETS |
COUNT |
DOC_COUNT |
DOC_COUNT_ERROR_UPPER_BOUND |
FROM |
FROM_AS_STRING |
KEY |
KEY_AS_STRING |
LAT |
LON |
MAX |
MIN |
SCORE |
STD_DEVIATION |
SUM |
SUM_OF_SQUARES |
SUM_OTHER_DOC_COUNT |
TO |
TO_AS_STRING |
TOP_LEFT |
UNIT |
VALUE |
VALUES |
VARIANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(String s) |
String |
toString() |
static AggregationField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregationField VALUE
public static final AggregationField BUCKETS
public static final AggregationField KEY
public static final AggregationField KEY_AS_STRING
public static final AggregationField DOC_COUNT
public static final AggregationField FROM
public static final AggregationField TO
public static final AggregationField FROM_AS_STRING
public static final AggregationField TO_AS_STRING
public static final AggregationField SUM_OF_SQUARES
public static final AggregationField VARIANCE
public static final AggregationField STD_DEVIATION
public static final AggregationField BOUNDS
public static final AggregationField TOP_LEFT
public static final AggregationField BOTTOM_RIGHT
public static final AggregationField LAT
public static final AggregationField LON
public static final AggregationField UNIT
public static final AggregationField VALUES
public static final AggregationField SCORE
public static final AggregationField BG_COUNT
public static final AggregationField COUNT
public static final AggregationField MIN
public static final AggregationField MAX
public static final AggregationField AVG
public static final AggregationField SUM
public static final AggregationField DOC_COUNT_ERROR_UPPER_BOUND
public static final AggregationField SUM_OTHER_DOC_COUNT
public static AggregationField[] values()
for (AggregationField c : AggregationField.values()) System.out.println(c);
public static AggregationField valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<AggregationField>public boolean equals(String s)
Copyright © 2017. All rights reserved.