Class BaseTermVectorsFormatTestCase.RandomDocumentFactory
Inheritance
System.Object
BaseTermVectorsFormatTestCase.RandomDocumentFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.TestFramework.dll
Syntax
protected class RandomDocumentFactory
Constructors
| Improve this Doc View SourceRandomDocumentFactory(BaseTermVectorsFormatTestCase, Int32, Int32)
Declaration
protected RandomDocumentFactory(BaseTermVectorsFormatTestCase baseTermVectorsFormatTestCase, int distinctFieldNames, int disctinctTerms)
Parameters
Type | Name | Description |
---|---|---|
BaseTermVectorsFormatTestCase | baseTermVectorsFormatTestCase | |
System.Int32 | distinctFieldNames | |
System.Int32 | disctinctTerms |
Methods
| Improve this Doc View SourceNewDocument(Int32, Int32, BaseTermVectorsFormatTestCase.Options)
Declaration
public virtual BaseTermVectorsFormatTestCase.RandomDocument NewDocument(int fieldCount, int maxTermCount, BaseTermVectorsFormatTestCase.Options options)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | fieldCount | |
System.Int32 | maxTermCount | |
BaseTermVectorsFormatTestCase.Options | options |
Returns
Type | Description |
---|---|
BaseTermVectorsFormatTestCase.RandomDocument |