|
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.
|
Inherits Lucene.Net.Search.FilteredDocIdSet.
Public Member Functions | |
| ValueSourceFilteredDocIdSet (DocIdSet innerSet, DocValues values, ValueSourceFilter caller) | |
| override bool | Match (int doc) |
| Validation method to determine whether a docid should be in the result set. | |
Public Member Functions inherited from Lucene.Net.Search.FilteredDocIdSet | |
| override DocIdSetIterator | Iterator () |
| Implementation of the contract to build a DocIdSetIterator. | |
Additional Inherited Members | |
Static Public Attributes inherited from Lucene.Net.Search.DocIdSet | |
| static readonly DocIdSet | EMPTY_DOCIDSET |
| An empty DocIdSet instance for easy use, e.g. in Filters that hit no documents. | |
Protected Member Functions inherited from Lucene.Net.Search.FilteredDocIdSet | |
| FilteredDocIdSet (DocIdSet innerSet) | |
| Constructor. | |
Properties inherited from Lucene.Net.Search.FilteredDocIdSet | |
| override bool | IsCacheable [get] |
| This DocIdSet implementation is cacheable if the inner set is cacheable. | |
Definition at line 53 of file ValueSourceFilter.cs.
| Lucene.Net.Spatial.Util.ValueSourceFilter.ValueSourceFilteredDocIdSet.ValueSourceFilteredDocIdSet | ( | DocIdSet | innerSet, |
| DocValues | values, | ||
| ValueSourceFilter | caller | ||
| ) |
Definition at line 58 of file ValueSourceFilter.cs.
|
virtual |
Validation method to determine whether a docid should be in the result set.
| docid | docid to be tested |
Implements Lucene.Net.Search.FilteredDocIdSet.
Definition at line 65 of file ValueSourceFilter.cs.
1.8.3