Uses of Class
org.hibernate.search.filter.FilterKey

Packages that use FilterKey
org.hibernate.search.filter   
org.hibernate.search.filter.impl   
 

Uses of FilterKey in org.hibernate.search.filter
 

Subclasses of FilterKey in org.hibernate.search.filter
 class StandardFilterKey
          Implements a filter key using all injected parameters to compute equals and hashCode the order the parameters are added is significant
 

Methods in org.hibernate.search.filter with parameters of type FilterKey
 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
 

Uses of FilterKey in org.hibernate.search.filter.impl
 

Methods in org.hibernate.search.filter.impl with parameters of type FilterKey
 void MRUFilterCachingStrategy.addCachedFilter(FilterKey key, org.apache.lucene.search.Filter filter)
           
 org.apache.lucene.search.Filter MRUFilterCachingStrategy.getCachedFilter(FilterKey key)
           
 



Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved