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