Show / Hide Table of Contents

    Class BaseTermVectorsFormatTestCase.RandomTokenStream

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

    Constructors

    | Improve this Doc View Source

    RandomTokenStream(BaseTermVectorsFormatTestCase, Int32, String[], BytesRef[])

    Declaration
    protected RandomTokenStream(BaseTermVectorsFormatTestCase outerInstance, int len, string[] sampleTerms, BytesRef[] sampleTermBytes)
    Parameters
    Type Name Description
    BaseTermVectorsFormatTestCase outerInstance
    System.Int32 len
    System.String[] sampleTerms
    BytesRef[] sampleTermBytes
    | Improve this Doc View Source

    RandomTokenStream(BaseTermVectorsFormatTestCase, Int32, String[], BytesRef[], Boolean)

    Declaration
    protected RandomTokenStream(BaseTermVectorsFormatTestCase outerInstance, int len, string[] sampleTerms, BytesRef[] sampleTermBytes, bool offsetsGoBackwards)
    Parameters
    Type Name Description
    BaseTermVectorsFormatTestCase outerInstance
    System.Int32 len
    System.String[] sampleTerms
    BytesRef[] sampleTermBytes
    System.Boolean offsetsGoBackwards

    Methods

    | Improve this Doc View Source

    HasPayloads()

    Declaration
    public virtual bool HasPayloads()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IncrementToken()

    Declaration
    public override sealed bool IncrementToken()
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)