-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
ALL
-
Platform 6 07/17/15
Currently getOutputDocs is a no-op on LegacyReply.
To use ReplyInterface to read find command responses, we will need to provide an implementation of getOutputDocs.
It should use a BSONArrayDocumentRange (SERVER-19132) to provide the same interface as CommandReply using the nested output docs in the "firstBatch" field of the find command response.