public static enum FunctionScoreQuery.BoostMode extends Enum<FunctionScoreQuery.BoostMode>
| Modifier and Type | Method and Description |
|---|---|
static FunctionScoreQuery.BoostMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionScoreQuery.BoostMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FunctionScoreQuery.BoostMode multiply
public static final FunctionScoreQuery.BoostMode replace
public static final FunctionScoreQuery.BoostMode sum
public static final FunctionScoreQuery.BoostMode avg
public static final FunctionScoreQuery.BoostMode max
public static final FunctionScoreQuery.BoostMode min
public static FunctionScoreQuery.BoostMode[] values()
for (FunctionScoreQuery.BoostMode c : FunctionScoreQuery.BoostMode.values()) System.out.println(c);
public static FunctionScoreQuery.BoostMode 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 nullCopyright © 2017 JULIE Lab, Germany. All rights reserved.