Class SpanFilterResult
The results of a SpanQueryFilter. Wraps the BitSet and the position information from the SpanQuery
NOTE: This API is still experimental and subject to change.
Inheritance
System.Object
SpanFilterResult
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class SpanFilterResult : object
Constructors
Name | Description |
---|---|
SpanFilterResult(DocIdSet, IList<SpanFilterResult.PositionInfo>) |
Properties
Name | Description |
---|---|
DocIdSet | Returns the docIdSet |
Positions | The first entry in the array corresponds to the first "on" bit. Entries are increasing by document order |