mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
committed by
Alessandro Benedetti
parent
b36a05db29
commit
ad806e2ebc
@@ -371,13 +371,6 @@ public class SOLRTrackingComponentImpl implements SOLRTrackingComponent
|
||||
|
||||
shardPropertyType = pdef.getDataType().getName();
|
||||
|
||||
final Set<QName> allowedShardKeyTypes = Set.of(
|
||||
DataTypeDefinition.TEXT,
|
||||
DataTypeDefinition.DATE,
|
||||
DataTypeDefinition.INT,
|
||||
DataTypeDefinition.LONG);
|
||||
|
||||
|
||||
if (!shardPropertyType.equals(DataTypeDefinition.TEXT)
|
||||
&& !shardPropertyType.equals(DataTypeDefinition.DATE)
|
||||
&& !shardPropertyType.equals(DataTypeDefinition.DATETIME)
|
||||
|
Reference in New Issue
Block a user