Uses of Enum Class
org.apache.lucene.tests.index.BaseTermVectorsFormatTestCase.Options
Packages that use BaseTermVectorsFormatTestCase.Options
-
Uses of BaseTermVectorsFormatTestCase.Options in org.apache.lucene.tests.index
Methods in org.apache.lucene.tests.index that return BaseTermVectorsFormatTestCase.OptionsModifier and TypeMethodDescriptionprotected BaseTermVectorsFormatTestCase.Options
BaseTermVectorsFormatTestCase.randomOptions()
Returns the enum constant of this class with the specified name.BaseTermVectorsFormatTestCase.Options.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.tests.index that return types with arguments of type BaseTermVectorsFormatTestCase.OptionsModifier and TypeMethodDescriptionprotected Set
<BaseTermVectorsFormatTestCase.Options> BaseTermVectorsFormatTestCase.validOptions()
Methods in org.apache.lucene.tests.index with parameters of type BaseTermVectorsFormatTestCase.OptionsModifier and TypeMethodDescriptionprotected FieldType
BaseTermVectorsFormatTestCase.fieldType
(BaseTermVectorsFormatTestCase.Options options) BaseTermVectorsFormatTestCase.RandomDocumentFactory.newDocument
(int fieldCount, int maxTermCount, BaseTermVectorsFormatTestCase.Options options) Constructors in org.apache.lucene.tests.index with parameters of type BaseTermVectorsFormatTestCase.OptionsModifierConstructorDescriptionprotected
RandomDocument
(int fieldCount, int maxTermCount, BaseTermVectorsFormatTestCase.Options options, String[] fieldNames, String[] sampleTerms, BytesRef[] sampleTermBytes)