Class SpanNearQuery
Matches spans which are near one another. One can specify slop, the maximum number of intervening unmatched positions, as well as whether matches are required to be in-order.
Assembly: DistributedLucene.Net.dll
Syntax
public class SpanNearQuery : SpanQuery
Constructors
Name | Description |
---|---|
SpanNearQuery(SpanQuery[], Int32, Boolean) | Construct a SpanNearQuery. Matches spans matching a span from each
clause, with up to |
SpanNearQuery(SpanQuery[], Int32, Boolean, Boolean) |
Fields
Name | Description |
---|---|
m_clauses | |
m_field | |
m_inOrder | |
m_slop |
Properties
Name | Description |
---|---|
Field | |
IsInOrder | Return |
Slop | Return the maximum number of intervening unmatched positions permitted. |
Methods
Name | Description |
---|---|
Clone() | |
Equals(Object) | Returns true iff is equal to this.
|
ExtractTerms(ISet<Term>) | |
GetClauses() | Return the clauses whose spans are matched. |
GetHashCode() | |
GetSpans(AtomicReaderContext, IBits, IDictionary<Term, TermContext>) | |
Rewrite(IndexReader) | |
ToString(String) |