We have a need to retain the document order (as seen in CRX repository view) in the JCR Query results. I read it in Jackrabbit documentation - http://wiki.apache.org/jackrabbit/Search#Search_Configuration that by configuring the attribute “respectDocumentOrder”, we will be able to retain document ordering in query results.
However, the suggestion as it reads – needs to be done in repository.xml / workspace.xml. I couldn’t find this configuration xml in AEM 6.
Is there an alternate way to setup this in AEM 6?