|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FullTextFilterImplementor | |
|---|---|
| org.hibernate.search.filter.impl | |
| org.hibernate.search.store | |
| org.hibernate.search.store.impl | |
| Uses of FullTextFilterImplementor in org.hibernate.search.filter.impl |
|---|
| Classes in org.hibernate.search.filter.impl that implement FullTextFilterImplementor | |
|---|---|
class |
FullTextFilterImpl
|
| Uses of FullTextFilterImplementor in org.hibernate.search.store |
|---|
| Methods in org.hibernate.search.store with parameters of type FullTextFilterImplementor | |
|---|---|
IndexManager[] |
IndexShardingStrategy.getIndexManagersForQuery(FullTextFilterImplementor[] fullTextFilters)
Deprecated. return the set of IndexManager(s) where the entities matching the filters are stored this optional optimization allows queries to hit a subset of all shards, which may be useful for some datasets if this optimization is not needed, return getIndexManagersForAllShards() fullTextFilters can be empty if no filter is applied |
Set<String> |
ShardIdentifierProviderTemplate.getShardIdentifiersForQuery(FullTextFilterImplementor[] fullTextFilters)
Potentially suited to be overridden if you are able to narrow down the shard selection based on the active FullTextFilters. |
Set<String> |
ShardIdentifierProvider.getShardIdentifiersForQuery(FullTextFilterImplementor[] fullTextFilters)
Returns the set of shard identifiers for a query given the applied filters. |
| Uses of FullTextFilterImplementor in org.hibernate.search.store.impl |
|---|
| Methods in org.hibernate.search.store.impl with parameters of type FullTextFilterImplementor | |
|---|---|
IndexManager[] |
IdHashShardingStrategy.getIndexManagersForQuery(FullTextFilterImplementor[] fullTextFilters)
|
IndexManager[] |
NotShardedStrategy.getIndexManagersForQuery(FullTextFilterImplementor[] fullTextFilters)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||