Show / Hide Table of Contents

    Class MockFixedLengthPayloadFilter

    that adds random fixed-length payloads.

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

    Constructors

    | Improve this Doc View Source

    MockFixedLengthPayloadFilter(Random, TokenStream, Int32)

    Declaration
    public MockFixedLengthPayloadFilter(Random random, TokenStream in, int length)
    Parameters
    Type Name Description
    Random random
    TokenStream in
    System.Int32 length

    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)