Package | Description |
---|---|
org.hibernate.search.filter |
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 |
---|---|
default void |
FilterCachingStrategy.addCachedFilter(FilterKey key,
Filter filter)
Deprecated.
This method is not used by Hibernate Search anymore
and will be removed in a future version. Please implement
FilterCachingStrategy.addCachedFilter(FilterKey, Query) instead. |
default void |
FilterCachingStrategy.addCachedFilter(FilterKey key,
Query filter)
Propose a candidate filter for caching.
|
default Query |
FilterCachingStrategy.getCachedFilter(FilterKey key)
Retrieve the cached filter for a given key or null if not cached.
|
default Filter |
FilterCachingStrategy.getCachedFilter$$bridge$$FilterReturnType(FilterKey key)
Deprecated.
This method is only here so that Hibernate Search build tools can generate bytecode
allowing to preserve binary compatibility with applications written for Hibernate Search 5.5.
It will be removed in a future version. Please implement
FilterCachingStrategy.getCachedFilter(FilterKey) instead. |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.