public static enum SignificantTermsAggregatorFactory.ExecutionMode extends Enum<SignificantTermsAggregatorFactory.ExecutionMode>
| Enum Constant and Description |
|---|
GLOBAL_ORDINALS |
GLOBAL_ORDINALS_HASH |
MAP |
| Modifier and Type | Method and Description |
|---|---|
static SignificantTermsAggregatorFactory.ExecutionMode |
fromString(String value,
ParseFieldMatcher parseFieldMatcher) |
String |
toString() |
static SignificantTermsAggregatorFactory.ExecutionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignificantTermsAggregatorFactory.ExecutionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignificantTermsAggregatorFactory.ExecutionMode MAP
public static final SignificantTermsAggregatorFactory.ExecutionMode GLOBAL_ORDINALS
public static final SignificantTermsAggregatorFactory.ExecutionMode GLOBAL_ORDINALS_HASH
public static SignificantTermsAggregatorFactory.ExecutionMode[] values()
for (SignificantTermsAggregatorFactory.ExecutionMode c : SignificantTermsAggregatorFactory.ExecutionMode.values()) System.out.println(c);
public static SignificantTermsAggregatorFactory.ExecutionMode 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 static SignificantTermsAggregatorFactory.ExecutionMode fromString(String value, ParseFieldMatcher parseFieldMatcher)
public String toString()
toString in class Enum<SignificantTermsAggregatorFactory.ExecutionMode>Copyright © 2009–2017. All rights reserved.