Show / Hide Table of Contents

    Class BaseTermVectorsFormatTestCase.RandomDocumentFactory

    Inheritance
    System.Object
    BaseTermVectorsFormatTestCase.RandomDocumentFactory
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    protected class RandomDocumentFactory : object

    Constructors

    | Improve this Doc View Source

    RandomDocumentFactory(BaseTermVectorsFormatTestCase, Int32, Int32)

    Declaration
    protected RandomDocumentFactory(BaseTermVectorsFormatTestCase outerInstance, int distinctFieldNames, int disctinctTerms)
    Parameters
    Type Name Description
    BaseTermVectorsFormatTestCase outerInstance
    System.Int32 distinctFieldNames
    System.Int32 disctinctTerms

    Methods

    | Improve this Doc View Source

    NewDocument(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
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)