File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ Definition
48
48
Behavior
49
49
--------
50
50
51
+ In a :term:`sharded cluster`, the :dbcommand:`distinct` command may return
52
+ :term:`orphaned documents <orphaned document>`.
53
+
51
54
.. _distinct-command-array-behavior:
52
55
53
56
Array Fields
Original file line number Diff line number Diff line change @@ -107,6 +107,10 @@ The :dbcommand:`geoNear` command provides an alternative to the
107
107
:query:`$near`, :dbcommand:`geoNear` returns additional diagnostic
108
108
information.
109
109
110
+ In a :term:`sharded cluster`, the :dbcommand:`geoNear` command may return
111
+ :term:`orphaned documents <orphaned document>`. To avoid this, consider
112
+ using the :pipeline:`$geoNear` aggregation stage as an alternative.
113
+
110
114
.. read-lock, slave-ok
111
115
112
116
Examples
Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ Options
39
39
Behavior
40
40
--------
41
41
42
+ In a :term:`sharded cluster`, the :dbcommand:`distinct` command may return
43
+ :term:`orphaned documents <orphaned document>`.
44
+
42
45
.. _distinct-method-behavior-array:
43
46
44
47
Array Fields
You can’t perform that action at this time.
0 commit comments