Uses of Class
org.apache.lucene.index.BaseTermVectorsFormatTestCase.Options

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)
           
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.