JavaScript is disabled on your browser.
All Implemented Interfaces:
Cloneable
public class CachingWrapperFilter
extends Filter
A slightly different version of Lucene's original CachingWrapperFilter
which
uses SoftReferences
instead of WeakReferences
in order to cache
the filter BitSet
.
Author:
Hardy Ferentschik, Sanne Grinovero
See Also:
CachingWrapperFilter
,
HSEARCH-174
Field Summary
Fields
Modifier and Type
Field and Description
static int
DEFAULT_SIZE
Method Summary
Methods inherited from class org.apache.lucene.search.Filter
rewrite
Method Detail
hashCode
public int hashCode()
Overrides:
hashCode
in class Query
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved