mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Child associations are not indexed as well.
This commit is contained in:
+1
@@ -1866,6 +1866,7 @@ public class SolrInformationServer implements InformationServer
|
||||
nodeIds.addAll(shardUpdatedNodeIds);
|
||||
nmdp.setNodeIds(nodeIds);
|
||||
nmdp.setIncludeChildIds(false);
|
||||
nmdp.setIncludeChildAssociations(false);
|
||||
|
||||
// Fetches bulk metadata
|
||||
List<NodeMetaData> nodeMetaDatas = repositoryClient.getNodesMetaData(nmdp, Integer.MAX_VALUE);
|
||||
|
||||
Reference in New Issue
Block a user