Re: [hibernate-dev] [HSEARCH] Usage of ShardIdentifierProvider

2016-04-25 Thread Sanne Grinovero
On 24 April 2016 at 19:00, Gunnar Morling wrote: > > > 2016-04-22 12:55 GMT+02:00 Sanne Grinovero : >> >> On 21 April 2016 at 18:35, Gunnar Morling wrote: >> > Hi, >> > >> > As IndexShardingStrategy is deprecated, I thought I'd use >> > ShardIdentifierProvider and friends in new code I write. It'

Re: [hibernate-dev] [HSEARCH] Usage of ShardIdentifierProvider

2016-04-24 Thread Gunnar Morling
2016-04-22 12:55 GMT+02:00 Sanne Grinovero : > On 21 April 2016 at 18:35, Gunnar Morling wrote: > > Hi, > > > > As IndexShardingStrategy is deprecated, I thought I'd use > > ShardIdentifierProvider and friends in new code I write. It's not clear > to > > me though, how it's meant to be used. > >

Re: [hibernate-dev] [HSEARCH] Usage of ShardIdentifierProvider

2016-04-22 Thread Sanne Grinovero
On 21 April 2016 at 18:35, Gunnar Morling wrote: > Hi, > > As IndexShardingStrategy is deprecated, I thought I'd use > ShardIdentifierProvider and friends in new code I write. It's not clear to > me though, how it's meant to be used. > > Some questions: > > * Is it correct that EntityIndexBinding#

[hibernate-dev] [HSEARCH] Usage of ShardIdentifierProvider

2016-04-21 Thread Gunnar Morling
Hi, As IndexShardingStrategy is deprecated, I thought I'd use ShardIdentifierProvider and friends in new code I write. It's not clear to me though, how it's meant to be used. Some questions: * Is it correct that EntityIndexBinding#getShardIdentifierProvider() returns null is sharding is not used