Child associations are not indexed as well.

This commit is contained in:
Angel Borroy
2020-01-24 14:59:50 +01:00
parent 8eaf47f923
commit 943fafcca3
@@ -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);