protected static enum BaseTermVectorsFormatTestCase.Options extends java.lang.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(java.lang.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(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 nullCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.