Details
Description
The following query takes over 16 seconds to run on our QA system:
/jcr:root/content/help/en//*[jcr:contains(., 'illustrator')] order by jcr:score
Removing the "order by jcr:score" reduces the query time to 14ms
The time taken increases linearly with the amount of content in our repository.