Show / Hide Table of Contents

    Class BaseTermVectorsFormatTestCase.RandomTokenStream

    Inheritance
    System.Object
    AttributeSource
    TokenStream
    BaseTermVectorsFormatTestCase.RandomTokenStream
    Implements
    System.IDisposable
    Inherited Members
    TokenStream.End()
    TokenStream.Reset()
    TokenStream.Dispose()
    TokenStream.Dispose(Boolean)
    AttributeSource.GetAttributeFactory()
    AttributeSource.GetAttributeClassesEnumerator()
    AttributeSource.GetAttributeImplsEnumerator()
    AttributeSource.AddAttributeImpl(Attribute)
    AttributeSource.AddAttribute<T>()
    AttributeSource.HasAttributes
    AttributeSource.HasAttribute<T>()
    AttributeSource.GetAttribute<T>()
    AttributeSource.ClearAttributes()
    AttributeSource.CaptureState()
    AttributeSource.RestoreState(AttributeSource.State)
    AttributeSource.GetHashCode()
    AttributeSource.Equals(Object)
    AttributeSource.ReflectAsString(Boolean)
    AttributeSource.ReflectWith(IAttributeReflector)
    AttributeSource.CloneAttributes()
    AttributeSource.CopyTo(AttributeSource)
    AttributeSource.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    protected class RandomTokenStream : TokenStream, IDisposable

    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
    Overrides
    TokenStream.IncrementToken()

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)