Package | Description |
---|---|
org.apache.lucene.index |
Support for testing of indexes.
|
Modifier and Type | Method and Description |
---|---|
protected BaseTermVectorsFormatTestCase.Options |
BaseTermVectorsFormatTestCase.randomOptions() |
static BaseTermVectorsFormatTestCase.Options |
BaseTermVectorsFormatTestCase.Options.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseTermVectorsFormatTestCase.Options[] |
BaseTermVectorsFormatTestCase.Options.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Set<BaseTermVectorsFormatTestCase.Options> |
BaseTermVectorsFormatTestCase.validOptions() |
Modifier and Type | Method and Description |
---|---|
protected FieldType |
BaseTermVectorsFormatTestCase.fieldType(BaseTermVectorsFormatTestCase.Options options) |
BaseTermVectorsFormatTestCase.RandomDocument |
BaseTermVectorsFormatTestCase.RandomDocumentFactory.newDocument(int fieldCount,
int maxTermCount,
BaseTermVectorsFormatTestCase.Options options) |
Constructor and Description |
---|
RandomDocument(int fieldCount,
int maxTermCount,
BaseTermVectorsFormatTestCase.Options options,
String[] fieldNames,
String[] sampleTerms,
BytesRef[] sampleTermBytes) |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.