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

    Field

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

    Declaration
    string Field { get; }
    Property Value
    Type Description
    string

    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

    WrappedQuery

    Returns the wrapped query

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

    Methods

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

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

    Declaration
    Spans GetSpans(AtomicReaderContext context, IBits acceptDocs, IDictionary<Term, TermContext> termContexts)
    Parameters
    Type Name Description
    AtomicReaderContext context
    IBits acceptDocs
    IDictionary<Term, TermContext> termContexts
    Returns
    Type Description
    Spans

    Rewrite(IndexReader)

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

    Declaration
    Query Rewrite(IndexReader reader)
    Parameters
    Type Name Description
    IndexReader reader
    Returns
    Type Description
    Query
    Back to top Copyright © 2024 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.