Package | Description |
---|---|
org.hibernate.search.filter.impl | |
org.hibernate.search.store | |
org.hibernate.search.store.impl |
Modifier and Type | Class and Description |
---|---|
class |
FullTextFilterImpl |
Modifier and Type | Method and Description |
---|---|
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()
|
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.
|
Modifier and Type | Method and Description |
---|---|
IndexManager[] |
NotShardedStrategy.getIndexManagersForQuery(FullTextFilterImplementor[] fullTextFilters) |
IndexManager[] |
IdHashShardingStrategy.getIndexManagersForQuery(FullTextFilterImplementor[] fullTextFilters) |
Copyright © 2006–2016 Hibernate. All rights reserved.