Gunnar Morling commented on an issue
Hibernate Search / Improvement HSEARCH-1427
Provide base class with default implementation of ShardIdentifierProvider
To allow for an evolvement of the {{ShardIdentifierProvider}} interface without breaking existing implementations of the same, we should provide a default implementation and encourage implementors to extend that base class instead of implementing the interface directly. That way new methods can be added to the interface in future releases while ensuring c...