diff --git a/source/aggregation/stages.txt b/source/aggregation/stages.txt index 673d84b4..6efb03fb 100644 --- a/source/aggregation/stages.txt +++ b/source/aggregation/stages.txt @@ -171,6 +171,12 @@ to your pipeline. dimensions, or facets, in a single stage. - ``Facet()`` + * - :manual:`$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 ` - Performs a recursive search on a collection. This method adds a new array field to each output document that contains the traversal @@ -354,4 +360,5 @@ following API documentation: - `AggregateOptions <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.AggregateOptions.html>`__ - `EmptyPipelineDefinition <{+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>`__ \ No newline at end of file +- `PipelineDefinitionBuilder.AppendStage() + <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.PipelineDefinitionBuilder.AppendStage.html>`__