public static enum TermVectorsRequest.Flag extends Enum<TermVectorsRequest.Flag>
Enum Constant and Description |
---|
Dfs |
FieldStatistics |
Offsets |
Payloads |
Positions |
TermStatistics |
Modifier and Type | Method and Description |
---|---|
static TermVectorsRequest.Flag |
valueOf(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 final TermVectorsRequest.Flag Dfs
public static TermVectorsRequest.Flag[] values()
for (TermVectorsRequest.Flag c : TermVectorsRequest.Flag.values()) System.out.println(c);
public static TermVectorsRequest.Flag 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 © 2009–2016. All rights reserved.