public static enum ExplainServiceHelper.Options extends Enum<ExplainServiceHelper.Options>
| Enum Constant and Description |
|---|
MAX_OF
elasticsearch description that is max of:
|
PRODUCT_OF
elasticsearch description that is product of:
|
SUM_OF
elasticsearch description that is sum of:
|
WEIGHT
elasticsearch description that starts with weight:
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ExplainServiceHelper.Options |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExplainServiceHelper.Options[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExplainServiceHelper.Options PRODUCT_OF
public static final ExplainServiceHelper.Options MAX_OF
public static final ExplainServiceHelper.Options SUM_OF
public static final ExplainServiceHelper.Options WEIGHT
public static ExplainServiceHelper.Options[] values()
for (ExplainServiceHelper.Options c : ExplainServiceHelper.Options.values()) System.out.println(c);
public static ExplainServiceHelper.Options 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<ExplainServiceHelper.Options>Copyright © 2016. All Rights Reserved.