Package | Description |
---|---|
org.hibernate.search.filter | |
org.hibernate.search.filter.impl |
Modifier and Type | Class and Description |
---|---|
class |
StandardFilterKey
Implements a filter key using all injected parameters to compute
equals and hashCode
the order the parameters are added is significant
|
Modifier and Type | Method and Description |
---|---|
void |
FilterCachingStrategy.addCachedFilter(FilterKey key,
org.apache.lucene.search.Filter filter)
Propose a candidate filter for caching
|
org.apache.lucene.search.Filter |
FilterCachingStrategy.getCachedFilter(FilterKey key)
Retrieve the cached filter for a given key or null if not cached
|
Modifier and Type | Method and Description |
---|---|
void |
MRUFilterCachingStrategy.addCachedFilter(FilterKey key,
org.apache.lucene.search.Filter filter) |
org.apache.lucene.search.Filter |
MRUFilterCachingStrategy.getCachedFilter(FilterKey key) |
Copyright © 2006–2013 Hibernate. All rights reserved.