Show / Hide Table of Contents

    Class CannedBinaryTokenStream

    from a canned list of binary (-based) tokens.

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

    Constructors

    | Improve this Doc View Source

    CannedBinaryTokenStream(BinaryToken[])

    Declaration
    public CannedBinaryTokenStream(params BinaryToken[] tokens)
    Parameters
    Type Name Description
    BinaryToken[] tokens

    Methods

    | 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)