|
Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Inherits Lucene.Net.Search.DocIdSet.
Classes | |
| class | AnonymousClassDocIdSetIterator |
Public Member Functions | |
| AnonymousClassDocIdSet () | |
| override DocIdSetIterator | Iterator () |
Provides a DocIdSetIterator to access the set. This implementation can return null or EMPTY_DOCIDSET.Iterator() if there are no docs that match. | |
Properties | |
| override bool | IsCacheable [get] |
Properties inherited from Lucene.Net.Search.DocIdSet | |
| virtual bool | IsCacheable [get] |
This method is a hint for CachingWrapperFilter, if this DocIdSet should be cached without copying it into a BitSet. The default is to return false. If you have an own DocIdSet implementation that does its iteration very effective and fast without doing disk I/O, override this method and return true. | |
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. | |
Definition at line 29 of file DocIdSet.cs.
| Lucene.Net.Search.DocIdSet.AnonymousClassDocIdSet.AnonymousClassDocIdSet | ( | ) |
Definition at line 31 of file DocIdSet.cs.
|
virtual |
Provides a DocIdSetIterator to access the set. This implementation can return null or EMPTY_DOCIDSET.Iterator() if there are no docs that match.
Implements Lucene.Net.Search.DocIdSet.
Definition at line 74 of file DocIdSet.cs.
|
get |
Definition at line 80 of file DocIdSet.cs.
1.8.3