sorting in document order not supported
Status: Beta
Brought to you by:
wastl
it is often desirable to sort in document order.
Implementation requires the following:
- extend data types by field for position in document
- add function that does a depth-first traversal and
adds positions
- add a comparison function that takes advantage of this