Show / Hide Table of Contents

    Class TokenStreamFromTermPositionVector

    created from a term vector field.

    Inheritance
    System.Object
    TokenStreamFromTermPositionVector
    Namespace: Lucene.Net.Search.Highlight
    Assembly: Lucene.Net.Highlighter.dll
    Syntax
    public sealed class TokenStreamFromTermPositionVector : TokenStream

    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 . Must have positions and offsets.

    Methods

    | Improve this Doc View Source

    IncrementToken()

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

    Reset()

    Declaration
    public override void Reset()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)