Class SpanOrQuery
Matches the union of its clauses.
Assembly: DistributedLucene.Net.dll
Syntax
public class SpanOrQuery : SpanQuery
Constructors
Name | Description |
---|---|
SpanOrQuery(SpanQuery[]) | Construct a SpanOrQuery merging the provided |
Properties
Name | Description |
---|---|
Field |
Methods
Name | Description |
---|---|
AddClause(SpanQuery) | Adds a |
Clone() | |
Equals(Object) | |
ExtractTerms(ISet<Term>) | |
GetClauses() | Return the clauses whose spans are matched. |
GetHashCode() | |
GetSpans(AtomicReaderContext, IBits, IDictionary<Term, TermContext>) | |
Rewrite(IndexReader) | |
ToString(String) |