public static enum FunctionScoreQuery.BoostMode extends Enum<FunctionScoreQuery.BoostMode>
Modifier and Type | Method and Description |
---|---|
abstract double |
apply(double queryScore,
double functionScore) |
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 SUM
public static final FunctionScoreQuery.BoostMode MIN
public static final FunctionScoreQuery.BoostMode MAX
public static final FunctionScoreQuery.BoostMode REPLACE
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 nullpublic abstract double apply(double queryScore, double functionScore)
Copyright © 2003–2019 Atlassian. All rights reserved.