mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
[ SEARCH-2222 ] Deal with immutable fields list
This commit is contained in:
+1
-2
@@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user