protected static enum BaseTermVectorsFormatTestCase.Options extends Enum<BaseTermVectorsFormatTestCase.Options>
| Enum Constant and Description | 
|---|
NONE  | 
OFFSETS  | 
POSITIONS  | 
POSITIONS_AND_OFFSETS  | 
POSITIONS_AND_OFFSETS_AND_PAYLOADS  | 
POSITIONS_AND_PAYLOADS  | 
| Modifier and Type | Method and Description | 
|---|---|
static BaseTermVectorsFormatTestCase.Options | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static BaseTermVectorsFormatTestCase.Options[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final BaseTermVectorsFormatTestCase.Options NONE
public static final BaseTermVectorsFormatTestCase.Options POSITIONS
public static final BaseTermVectorsFormatTestCase.Options OFFSETS
public static final BaseTermVectorsFormatTestCase.Options POSITIONS_AND_OFFSETS
public static final BaseTermVectorsFormatTestCase.Options POSITIONS_AND_PAYLOADS
public static final BaseTermVectorsFormatTestCase.Options POSITIONS_AND_OFFSETS_AND_PAYLOADS
public static BaseTermVectorsFormatTestCase.Options[] values()
for (BaseTermVectorsFormatTestCase.Options c : BaseTermVectorsFormatTestCase.Options.values()) System.out.println(c);
public static BaseTermVectorsFormatTestCase.Options 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 © 2000-2019 Apache Software Foundation. All Rights Reserved.