Interface ISpanMultiTermQueryWrapper
LUCENENET specific interface for referring to/identifying a SpanMultiTermQueryWrapper<Q> without referring to its generic closing type.
Assembly: DistributedLucene.Net.dll
Syntax
public interface ISpanMultiTermQueryWrapper
Properties
Name | Description |
---|---|
Field | |
MultiTermRewriteMethod | Expert: Gets or Sets the rewrite method. This only makes sense to be a span rewrite method. |
WrappedQuery | Returns the wrapped query |
Methods
Name | Description |
---|---|
GetSpans(AtomicReaderContext, IBits, IDictionary<Term, TermContext>) | |
Rewrite(IndexReader) |