Show / Hide Table of Contents

    Class TokenStreamFromTermPositionVector

    TokenStream created from a term vector field.

    Inheritance
    System.Object
    AttributeSource
    TokenStream
    TokenStreamFromTermPositionVector
    Implements
    System.IDisposable
    Inherited Members
    TokenStream.End()
    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.Search.Highlight
    Assembly: Lucene.Net.Highlighter.dll
    Syntax
    public sealed class TokenStreamFromTermPositionVector : TokenStream, IDisposable

    Constructors

    | Improve this Doc View Source

    TokenStreamFromTermPositionVector(Terms)

    Constructor

    Declaration
    public TokenStreamFromTermPositionVector(Terms vector)
    Parameters
    Type Name Description
    Terms vector

    Terms that contains the data for creating the TokenStream. Must have positions and offsets.

    Methods

    | Improve this Doc View Source

    IncrementToken()

    Declaration
    public override bool IncrementToken()
    Returns
    Type Description
    System.Boolean
    Overrides
    TokenStream.IncrementToken()
    | Improve this Doc View Source

    Reset()

    Declaration
    public override void Reset()
    Overrides
    TokenStream.Reset()

    Implements

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