Class CachingSpanFilter
Wraps another SpanFilter's result and caches it. The purpose is to allow filters to simply filter, and then wrap with this class to add caching.
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class CachingSpanFilter : SpanFilter
Constructors
Name | Description |
---|---|
CachingSpanFilter(SpanFilter) | New deletions always result in a cache miss, by default (RECACHE. Filter to cache results of |
CachingSpanFilter(SpanFilter, CachingWrapperFilter.DeletesMode) | New deletions always result in a cache miss, specify the |
Fields
Name | Description |
---|---|
hitCount | |
missCount |
Methods
Name | Description |
---|---|
BitSpans(IndexReader) | |
Equals(Object) | |
GetDocIdSet(IndexReader) | |
GetHashCode() | |
ToString() |