Enum BaseTermVectorsFormatTestCase.Options
A combination of term vectors options.
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.TestFramework.dll
Syntax
protected enum BaseTermVectorsFormatTestCase.Options
Fields
Name | Description |
---|---|
NONE | A combination of term vectors options. |
OFFSETS | A combination of term vectors options. |
POSITIONS | A combination of term vectors options. |
POSITIONS_AND_OFFSETS | A combination of term vectors options. |
POSITIONS_AND_OFFSETS_AND_PAYLOADS | A combination of term vectors options. |
POSITIONS_AND_PAYLOADS | A combination of term vectors options. |