public static enum TermVectorsRequest.Flag extends java.lang.Enum<TermVectorsRequest.Flag>
| Enum Constant and Description |
|---|
FieldStatistics |
Offsets |
Payloads |
Positions |
TermStatistics |
| Modifier and Type | Method and Description |
|---|---|
static TermVectorsRequest.Flag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TermVectorsRequest.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TermVectorsRequest.Flag Positions
public static final TermVectorsRequest.Flag Offsets
public static final TermVectorsRequest.Flag Payloads
public static final TermVectorsRequest.Flag FieldStatistics
public static final TermVectorsRequest.Flag TermStatistics
public static TermVectorsRequest.Flag[] values()
for (TermVectorsRequest.Flag c : TermVectorsRequest.Flag.values()) System.out.println(c);
public static TermVectorsRequest.Flag 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 null