Class SpanQuery
Base class for span-based queries.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class SpanQuery : Query
Properties
Name | Description |
---|---|
Field | Returns the name of the field matched by this query.
Note that this may return |
Methods
Name | Description |
---|---|
CreateWeight(IndexSearcher) | |
GetSpans(AtomicReaderContext, IBits, IDictionary<Term, TermContext>) | Expert: Returns the matches for this query in an index. Used internally to search for spans. |