|
Lucene.Net
3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
|
The results of a SpanQueryFilter. Wraps the BitSet and the position information from the SpanQuery More...
Classes | |
| class | PositionInfo |
| class | StartEnd |
Public Member Functions | |
| SpanFilterResult (DocIdSet docIdSet, IList< PositionInfo > positions) | |
| | |
Properties | |
| virtual IList< PositionInfo > | Positions [get] |
| The first entry in the array corresponds to the first "on" bit. Entries are increasing by document order | |
| virtual DocIdSet | DocIdSet [get] |
| Returns the docIdSet | |
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.
Definition at line 28 of file SpanFilterResult.cs.
| Lucene.Net.Search.SpanFilterResult.SpanFilterResult | ( | DocIdSet | docIdSet, |
| IList< PositionInfo > | positions | ||
| ) |
| docIdSet | The DocIdSet for the Filter |
| positions | A List of Lucene.Net.Search.SpanFilterResult.PositionInfo objects |
Definition at line 38 of file SpanFilterResult.cs.
|
get |
Returns the docIdSet
Definition at line 55 of file SpanFilterResult.cs.
|
get |
The first entry in the array corresponds to the first "on" bit. Entries are increasing by document order
A List of PositionInfo objects
Definition at line 49 of file SpanFilterResult.cs.
1.8.3