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 |