public static enum PlanSearchOptions.ScoreMethod extends java.lang.Enum<PlanSearchOptions.ScoreMethod>
Modifier and Type | Method and Description |
---|---|
static PlanSearchOptions.ScoreMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the
specified name.
|
static PlanSearchOptions.ScoreMethod[] |
values()
Returns an array containing the constants of
this enum type, in the order they are declared.
|
public static final PlanSearchOptions.ScoreMethod LOGTFIDF
public static final PlanSearchOptions.ScoreMethod LOGTF
public static final PlanSearchOptions.ScoreMethod SIMPLE
public static final PlanSearchOptions.ScoreMethod BM25
public static PlanSearchOptions.ScoreMethod[] values()
for (PlanSearchOptions.ScoreMethod c : PlanSearchOptions.ScoreMethod.values()) System.out.println(c);
public static PlanSearchOptions.ScoreMethod valueOf(java.lang.String name)
name
- the name of the enum constant to be
returned.java.lang.IllegalArgumentException
- if this enum
type has no constant with the specified namejava.lang.NullPointerException
- if the argument
is nullCopyright © 2024 MarkLogic Corporation. All Rights Reserved.