Jackrabbit configuration | respectDocumentOrder attribute | Community
Skip to main content
October 16, 2015
Solved

Jackrabbit configuration | respectDocumentOrder attribute

  • October 16, 2015
  • 1 reply
  • 873 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by JustinEd3

No, this feature does not exist in Oak. See https://issues.apache.org/jira/browse/OAK-2544

In general, you probably want to use node/resource iteration instead.

1 reply

JustinEd3Adobe EmployeeAccepted solution
Adobe Employee
October 16, 2015

No, this feature does not exist in Oak. See https://issues.apache.org/jira/browse/OAK-2544

In general, you probably want to use node/resource iteration instead.