public enum QueryProfilerTimingType extends Enum<QueryProfilerTimingType>
| Enum Constant and Description |
|---|
ADVANCE |
BUILD_SCORER |
COMPUTE_MAX_SCORE |
CREATE_WEIGHT |
MATCH |
NEXT_DOC |
SCORE |
SET_MIN_COMPETITIVE_SCORE |
SHALLOW_ADVANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static QueryProfilerTimingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryProfilerTimingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryProfilerTimingType CREATE_WEIGHT
public static final QueryProfilerTimingType BUILD_SCORER
public static final QueryProfilerTimingType NEXT_DOC
public static final QueryProfilerTimingType ADVANCE
public static final QueryProfilerTimingType MATCH
public static final QueryProfilerTimingType SCORE
public static final QueryProfilerTimingType SHALLOW_ADVANCE
public static final QueryProfilerTimingType COMPUTE_MAX_SCORE
public static final QueryProfilerTimingType SET_MIN_COMPETITIVE_SCORE
public static QueryProfilerTimingType[] values()
for (QueryProfilerTimingType c : QueryProfilerTimingType.values()) System.out.println(c);
public static QueryProfilerTimingType 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<QueryProfilerTimingType>Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.