The DocIdSet type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsCacheable | This method is a hint for {@link CachingWrapperFilter}, if this CopyC# DocIdSet CopyC# false CopyC# DocIdSet | |
Iterator | Provides a {@link DocIdSetIterator} to access the set.
This implementation can return CopyC# null CopyC# {@linkplain #EMPTY_DOCIDSET}.iterator() | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
EMPTY_DOCIDSET | An empty {@code DocIdSet} instance for easy use, e.g. in Filters that hit no documents. |