Method | Description | |
---|---|---|
FilteredDocIdSet ( Lucene.Net.Search.DocIdSet innerSet ) |
Constructor.
|
|
GetBits ( ) : Lucene.Net.Util.Bits | ||
GetIterator ( ) : |
Implementation of the contract to build a DocIdSetIterator.
|
Method | Description | |
---|---|---|
Match ( int docid ) : bool |
Validation method to determine whether a docid should be in the result set.
|
public FilteredDocIdSet ( Lucene.Net.Search.DocIdSet innerSet ) | ||
innerSet | Lucene.Net.Search.DocIdSet | Underlying DocIdSet |
protected abstract Match ( int docid ) : bool | ||
docid | int | docid to be tested |
return | bool |