Class | Description |
---|---|
AndDocIdSet |
A DocIdSet built as applying "AND" operation to a list of other DocIdSet(s).
|
CachingWrapperFilter |
A slightly different version of Lucene's original
CachingWrapperFilter which
uses SoftReferences instead of WeakReferences in order to cache
the filter BitSet . |
ChainedFilter |
A Filter capable of chaining other filters, so that it's
possible to apply several filters on a Query.
|
DefaultFilterKey |
A
FilterKey based on the name of a filter definition and the name/value pairs passed to a given instantiation
of that definition. |
FullTextFilterImpl | |
MRUFilterCachingStrategy |
Keep the most recently used Filters in the cache
The cache is at least as big as
hibernate.search.filter.cache_strategy.size
Above this limit, Filters are kept as soft references |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved