mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-10-08 14:51:20 +00:00
SEARCH-2378: Storing every different PARENT for a Document instead of only one.
This commit is contained in:
@@ -2174,7 +2174,7 @@ public class SolrInformationServer implements InformationServer
|
||||
}
|
||||
qNameBuffer.append(ISO9075.getXPathName(childAssocRef.getQName()));
|
||||
assocTypeQNameBuffer.append(ISO9075.getXPathName(childAssocRef.getTypeQName()));
|
||||
doc.setField(FIELD_PARENT, childAssocRef.getParentRef().toString());
|
||||
doc.addField(FIELD_PARENT, childAssocRef.getParentRef().toString());
|
||||
|
||||
if (childAssocRef.isPrimary())
|
||||
{
|
||||
|
Reference in New Issue
Block a user