Package | Description |
---|---|
org.hibernate.search.indexes.spi | |
org.hibernate.search.store |
Modifier and Type | Method and Description |
---|---|
Set<IndexManager> |
IndexManagerSelector.forFilters(FullTextFilterImplementor[] fullTextFilters) |
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.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.