Show / Hide Table of Contents

    Class AssertingTerms

    Wraps a but with additional asserts

    Inheritance
    System.Object
    AssertingTerms
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class AssertingTerms : FilterAtomicReader.FilterTerms

    Constructors

    | Improve this Doc View Source

    AssertingTerms(Terms)

    Declaration
    public AssertingTerms(Terms input)
    Parameters
    Type Name Description
    Terms input

    Methods

    | Improve this Doc View Source

    GetIterator(TermsEnum)

    Declaration
    public override TermsEnum GetIterator(TermsEnum reuse)
    Parameters
    Type Name Description
    TermsEnum reuse
    Returns
    Type Description
    TermsEnum
    | Improve this Doc View Source

    Intersect(CompiledAutomaton, BytesRef)

    Declaration
    public override TermsEnum Intersect(CompiledAutomaton automaton, BytesRef bytes)
    Parameters
    Type Name Description
    CompiledAutomaton automaton
    BytesRef bytes
    Returns
    Type Description
    TermsEnum
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)