Joined: Thu Sep 10, 2009 9:59 am Posts: 4
|
Hi,
we're are building a multi-tenancy capable application and I'm trying to shard the search indexes based on the tenant IDs. I think I understood IndexShardingStrategies and also had a look ad CustomerShardingStrategy. The one problem I currently have is that I have to configure the sharding strategy for each index/indexed entity
hibernate.search.<indexName>.sharding_strategy.nbr_of_shards=5 hibernate.search.<indexName>.sharding_strategy=my.shardingstrategy.Implementation
Is there a way to apply this configuration for all of my indexes at once?
|
|