public interface ShardingStrategyInitializationContext
| Modifier and Type | Method and Description |
|---|---|
BeanResolver |
getBeanResolver() |
ConfigurationPropertySource |
getConfigurationPropertySource() |
String |
getIndexName() |
void |
setShardIdentifiers(Set<String> shardIdentifiers) |
void |
setShardingDisabled()
Inform Hibernate Search that sharding is disabled.
|
void setShardIdentifiers(Set<String> shardIdentifiers)
shardIdentifiers - A comprehensive set of all possible values for shard identifiers,
i.e. values that can be returned by ShardingStrategy.toShardIdentifier(String, String)
or ShardingStrategy.toShardIdentifiers(Set).void setShardingDisabled()
String getIndexName()
BeanResolver getBeanResolver()
BeanResolver.ConfigurationPropertySource getConfigurationPropertySource()
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.