Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
The node name queries don't use any index currently, making them really slow and triggering a lot of traversal warnings.
Simply adding node names to a property index would be too much content indexed, but as Lucene already indexes the node names, using this index would be one viable option.
/jcr:root//*[fn:name() = 'jcr:content'] /jcr:root//*[jcr:like(fn:name(), 'jcr:con%')]
Attachments
Attachments
Issue Links
- is related to
-
OAK-4814 Add orderby support for nodename index
- Open
There are no Sub-Tasks for this issue.