Package org.hibernate.search.filter

Interface Summary
FilterCachingStrategy Defines the caching filter strategy implementations of getCachedFilter and addCachedFilter must be thread-safe
FullTextFilterImplementor  
ShardSensitiveOnlyFilter When using this class in @FullTextFilterDef.impl, Hibernate Search considers the filter to be only influencing the sharding strategy.
 

Class Summary
FilterKey The key object must implement equals / hashcode so that 2 keys are equals if and only if the given Filter types are the same and the set of parameters are the same.
StandardFilterKey Implements a filter key using all injected parameters to compute equals and hashCode the order the parameters are added is significant
 



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