-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Networking
-
None
-
Fully Compatible
-
ALL
-
Platform 6 07/17/15
To provide the appearance of support for OutputDocs in LegacyReply, we need to rework DocumentRange to an interface (lets call it DocumentRangeInterface). The existing DocumentRange implementation should be renamed to ContiguousDocumentRange.
Then we need to create an implementation of DocumentRangeInterface that is backed by a BSONArray of BSON objects.