Show / Hide Table of Contents

    Class CannedTokenStream

    from a canned list of s.

    Inheritance
    System.Object
    CannedTokenStream
    Namespace: Lucene.Net.Analysis
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public sealed class CannedTokenStream : TokenStream

    Constructors

    | Improve this Doc View Source

    CannedTokenStream(Int32, Int32, Token[])

    If you want trailing holes, pass a non-zero finalPosInc.

    Declaration
    public CannedTokenStream(int finalPosInc, int finalOffset, params Token[] tokens)
    Parameters
    Type Name Description
    System.Int32 finalPosInc
    System.Int32 finalOffset
    Token[] tokens
    | Improve this Doc View Source

    CannedTokenStream(Token[])

    Declaration
    public CannedTokenStream(params Token[] tokens)
    Parameters
    Type Name Description
    Token[] tokens

    Methods

    | Improve this Doc View Source

    End()

    Declaration
    public override void End()
    | Improve this Doc View Source

    IncrementToken()

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