Class SpanNotQuery
Removes matches which overlap with another SpanQuery or within a x tokens before or y tokens after another SpanQuery.
Assembly: DistributedLucene.Net.dll
Syntax
public class SpanNotQuery : SpanQuery
Constructors
Name | Description |
---|---|
SpanNotQuery(SpanQuery, SpanQuery) | Construct a SpanNotQuery matching spans from |
SpanNotQuery(SpanQuery, SpanQuery, Int32) | Construct a SpanNotQuery matching spans from |
SpanNotQuery(SpanQuery, SpanQuery, Int32, Int32) | Construct a SpanNotQuery matching spans from |
Properties
Name | Description |
---|---|
Exclude | Return the SpanQuery whose matches must not overlap those returned. |
Field | |
Include | Return the SpanQuery whose matches are filtered. |
Methods
Name | Description |
---|---|
Clone() | |
Equals(Object) | Returns |
ExtractTerms(ISet<Term>) | |
GetHashCode() | |
GetSpans(AtomicReaderContext, IBits, IDictionary<Term, TermContext>) | |
Rewrite(IndexReader) | |
ToString(String) |