Package | Description |
---|---|
org.hibernate.search.filter | |
org.hibernate.search.filter.impl |
Modifier and Type | Class and Description |
---|---|
class |
StandardFilterKey
Deprecated.
Custom filter keys are deprecated and are scheduled for removal in Hibernate Search 6. As of Hibernate
Search 5.1, keys for caching Lucene filters are calculated automatically based on the given filter parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
FilterCachingStrategy.addCachedFilter(FilterKey key,
Filter filter)
Propose a candidate filter for caching
|
Filter |
FilterCachingStrategy.getCachedFilter(FilterKey key)
Retrieve the cached filter for a given key or null if not cached.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFilterKey
A
FilterKey based on the name of a filter definition and the name/value pairs passed to a given instantiation
of that definition. |
Modifier and Type | Method and Description |
---|---|
void |
MRUFilterCachingStrategy.addCachedFilter(FilterKey key,
Filter filter) |
Filter |
MRUFilterCachingStrategy.getCachedFilter(FilterKey key) |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved