Skip to content

DOCSP-49745: geoNear agg stage #645

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: docsp-45382-comp-cvg
Choose a base branch
from
Open
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