------------------
- Only apply monkey patch for `reindexOnReorder` on Plone 3.x & shortcut
indexing completely if the fake index has been installed.
[witsch]
- Replace monkey patch for `Catalog._getSortIndex` with a fake index that
can sort search results according to their position in the container.
[witsch]
- Add optimization for sorting results by folder position for the usual
"all results in one folder" case.
[witsch]
- Add adapter for previous/next support that doesn't need the catalog.
[witsch]
- Remove `getObjPositionInParent` catalog index and use a sort index based
on the folder's order information instead.
[witsch]