org.apache.lucene.index
Class BaseTermVectorsFormatTestCase.RandomDocumentFactory

java.lang.Object
  extended by org.apache.lucene.index.BaseTermVectorsFormatTestCase.RandomDocumentFactory
Enclosing class:
BaseTermVectorsFormatTestCase

protected class BaseTermVectorsFormatTestCase.RandomDocumentFactory
extends Object


Constructor Summary
protected BaseTermVectorsFormatTestCase.RandomDocumentFactory(int distinctFieldNames, int disctinctTerms)
           
 
Method Summary
 BaseTermVectorsFormatTestCase.RandomDocument newDocument(int fieldCount, int maxTermCount, BaseTermVectorsFormatTestCase.Options options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseTermVectorsFormatTestCase.RandomDocumentFactory

protected BaseTermVectorsFormatTestCase.RandomDocumentFactory(int distinctFieldNames,
                                                              int disctinctTerms)
Method Detail

newDocument

public BaseTermVectorsFormatTestCase.RandomDocument newDocument(int fieldCount,
                                                                int maxTermCount,
                                                                BaseTermVectorsFormatTestCase.Options options)


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