[ SEARCH-2222 ] Deal with immutable fields list

This commit is contained in:
agazzarini
2020-05-06 08:33:41 +02:00
parent 80e9267939
commit 5d531554f2
@@ -796,8 +796,7 @@ public class AlfrescoSolrDataModel implements QueryConstants
fieldName = getStoredTextField(propertyName);
}
FieldInstance field = new FieldInstance(fieldName, false, false);
indexedField.getFields().add(field);
indexedField.addField(fieldName, false, false);
}
/*