Class SpanTermQuery
Matches spans containing a term.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class SpanTermQuery : SpanQuery
Constructors
Name | Description |
---|---|
SpanTermQuery(Term) | Construct a SpanTermQuery matching the named term's spans. |
Fields
Name | Description |
---|---|
m_term |
Properties
Name | Description |
---|---|
Field | |
Term | Return the term whose spans are matched. |
Methods
Name | Description |
---|---|
Equals(Object) | |
ExtractTerms(ISet<Term>) | |
GetHashCode() | |
GetSpans(AtomicReaderContext, IBits, IDictionary<Term, TermContext>) | |
ToString(String) |