Property IsCacheable
IsCacheable
This method is a hint for CachingWrapperFilter, if this DocIdSet
should be cached without copying it. 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 property and return true
.
Declaration
public virtual bool IsCacheable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |