Class SpanPositionCheckQuery
Base class for filtering a SpanQuery based on the position of a match.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class SpanPositionCheckQuery : SpanQuery
Constructors
Name | Description |
---|---|
SpanPositionCheckQuery(SpanQuery) |
Fields
Name | Description |
---|---|
m_match |
Properties
Name | Description |
---|---|
Field | |
Match |
Methods
Name | Description |
---|---|
AcceptPosition(Spans) | Implementing classes are required to return whether the current position is a match for the passed in "match" SpanQuery. This is only called if the underlying Next() for the match is successful |
ExtractTerms(ISet<Term>) | |
GetSpans(AtomicReaderContext, IBits, IDictionary<Term, TermContext>) | |
Rewrite(IndexReader) |