-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0-HF10, 7.2
-
Component/s: Elasticsearch
-
Tags:
At the moment the recursive indexing command are processed using the VCS children API.
It can be very slow depending on the tree layout.
It should be better to use the scroll indexer that is used to reindex from a NXQL query.
Note that children traversal can be reactivated using:
elasticsearch.reindex.useChildrenTraversal=true