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
    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 © 2020 Licensed to the Apache Software Foundation (ASF)