Class DocIdSet
A DocIdSet contains a set of doc ids. Implementing classes must only implement Iterator() to provide access to the set.
Inheritance
System.Object
DocIdSet
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public abstract class DocIdSet : object
Fields
Name | Description |
---|---|
EMPTY_DOCIDSET | An empty DocIdSet instance for easy use, e.g. in Filters that hit no documents. |
Properties
Name | Description |
---|---|
IsCacheable | This method is a hint for CachingWrapperFilter, if this |
Methods
Name | Description |
---|---|
Iterator() | Provides a DocIdSetIterator to access the set.
This implementation can return |