In java drivers, I am getting records from collection into a DBCursor, then iterating them while cursor hasNext().
I need to calculate a value based on fields from the fetched data, and then return the data sorted based on the new value I calculated. Any idea how can I achieve that?