|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use BaseTermVectorsFormatTestCase.Options | |
|---|---|
| org.apache.lucene.index | Support for testing of indexes. |
| Uses of BaseTermVectorsFormatTestCase.Options in org.apache.lucene.index |
|---|
| Methods in org.apache.lucene.index that return BaseTermVectorsFormatTestCase.Options | |
|---|---|
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. |
| Methods in org.apache.lucene.index that return types with arguments of type BaseTermVectorsFormatTestCase.Options | |
|---|---|
protected Set<BaseTermVectorsFormatTestCase.Options> |
BaseTermVectorsFormatTestCase.validOptions()
|
| Methods in org.apache.lucene.index with parameters of type BaseTermVectorsFormatTestCase.Options | |
|---|---|
protected FieldType |
BaseTermVectorsFormatTestCase.fieldType(BaseTermVectorsFormatTestCase.Options options)
|
BaseTermVectorsFormatTestCase.RandomDocument |
BaseTermVectorsFormatTestCase.RandomDocumentFactory.newDocument(int fieldCount,
int maxTermCount,
BaseTermVectorsFormatTestCase.Options options)
|
| Constructors in org.apache.lucene.index with parameters of type BaseTermVectorsFormatTestCase.Options | |
|---|---|
BaseTermVectorsFormatTestCase.RandomDocument(int fieldCount,
int maxTermCount,
BaseTermVectorsFormatTestCase.Options options,
String[] fieldNames,
String[] sampleTerms,
BytesRef[] sampleTermBytes)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||