Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion source/aggregation/stages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ to your pipeline.
dimensions, or facets, in a single stage.
- ``Facet()``

* - :manual:`$geoNear </reference/operator/aggregation/geoNear/>`
- Returns documents in order of nearest to farthest from a
specified point. This method adds a field to output documents
that contains the distance from the specified point.
- ``GeoNear()``

* - :manual:`$graphLookup </reference/operator/aggregation/graphLookup/>`
- Performs a recursive search on a collection. This method adds
a new array field to each output document that contains the traversal
Expand Down Expand Up @@ -354,4 +360,5 @@ following API documentation:
- `AggregateOptions <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.AggregateOptions.html>`__
- `EmptyPipelineDefinition<TDocument> <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.EmptyPipelineDefinition-1.-ctor.html>`__
- `BsonDocument <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.BsonDocument.html>`__
- `PipelineDefinitionBuilder.AppendStage() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.PipelineDefinitionBuilder.AppendStage.html>`__
- `PipelineDefinitionBuilder.AppendStage()
<{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.PipelineDefinitionBuilder.AppendStage.html>`__
Loading