File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,12 @@ to your pipeline.
171
171
dimensions, or facets, in a single stage.
172
172
- ``Facet()``
173
173
174
+ * - :manual:`$geoNear </reference/operator/aggregation/geoNear/>`
175
+ - Returns documents in order of nearest to farthest from a
176
+ specified point. This method adds a field to output documents
177
+ that contains the distance from the specified point.
178
+ - ``GeoNear()``
179
+
174
180
* - :manual:`$graphLookup </reference/operator/aggregation/graphLookup/>`
175
181
- Performs a recursive search on a collection. This method adds
176
182
a new array field to each output document that contains the traversal
@@ -354,4 +360,5 @@ following API documentation:
354
360
- `AggregateOptions <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.AggregateOptions.html>`__
355
361
- `EmptyPipelineDefinition<TDocument> <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.EmptyPipelineDefinition-1.-ctor.html>`__
356
362
- `BsonDocument <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.BsonDocument.html>`__
357
- - `PipelineDefinitionBuilder.AppendStage() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.PipelineDefinitionBuilder.AppendStage.html>`__
363
+ - `PipelineDefinitionBuilder.AppendStage()
364
+ <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.PipelineDefinitionBuilder.AppendStage.html>`__
You can’t perform that action at this time.
0 commit comments