Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Interface ISpanMultiTermQueryWrapper

    LUCENENET specific interface for referring to/identifying a SpanMultiTermQueryWrapper<Q> without referring to its generic closing type.

    Namespace: Lucene.Net.Search.Spans
    Assembly: Lucene.Net.dll
    Syntax
    public interface ISpanMultiTermQueryWrapper

    Properties

    | Improve this Doc View Source

    Field

    Declaration
    string Field { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MultiTermRewriteMethod

    Expert: Gets or Sets the rewrite method. This only makes sense to be a span rewrite method.

    Declaration
    SpanRewriteMethod MultiTermRewriteMethod { get; }
    Property Value
    Type Description
    SpanRewriteMethod
    | Improve this Doc View Source

    WrappedQuery

    Returns the wrapped query

    Declaration
    Query WrappedQuery { get; }
    Property Value
    Type Description
    Query

    Methods

    | Improve this Doc View Source

    GetSpans(AtomicReaderContext, IBits, IDictionary<Term, TermContext>)

    Declaration
    Spans GetSpans(AtomicReaderContext context, IBits acceptDocs, IDictionary<Term, TermContext> termContexts)
    Parameters
    Type Name Description
    AtomicReaderContext context
    IBits acceptDocs
    System.Collections.Generic.IDictionary<Term, TermContext> termContexts
    Returns
    Type Description
    Spans
    | Improve this Doc View Source

    Rewrite(IndexReader)

    Declaration
    Query Rewrite(IndexReader reader)
    Parameters
    Type Name Description
    IndexReader reader
    Returns
    Type Description
    Query
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.