Show / Hide Table of Contents

    Class MockHoleInjectingTokenFilter

    Randomly injects holes (similar to what a stopfilter would do)

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

    Constructors

    | Improve this Doc View Source

    MockHoleInjectingTokenFilter(Random, TokenStream)

    Declaration
    public MockHoleInjectingTokenFilter(Random random, TokenStream in)
    Parameters
    Type Name Description
    Random random
    TokenStream in

    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)