Interface | Description |
---|---|
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 | Description |
---|---|
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–2015 Hibernate. All rights reserved.