Skip to content

Commit c360e8a

Browse files
$fill stage (#602)
* initial page setup for fill * add syntax table * table formatting * outline examples * fix build warning * fix list casing * add example with constant value * active voice * fix formatting * cleanup * fix example formatting * add second example * cleanup * start third example * finalize third example * add final example * highlight lines in last example * proof reading * fix line highlighting * add 'method' link * add seealso * add second seealso directive * updates per copy review * add missing word * reformat 'seealso' * fix bullet format * add pipeline preface * updates per opy review * fix definition for linear fill * add link to complete example * add links to examples * updates per tech review * linearFill formatting * tweak * lowercase with * add missing commas * fix hours in example * fix example output * add missing word * formatting
1 parent a640e52 commit c360e8a

File tree

6 files changed

+762
-1
lines changed

6 files changed

+762
-1
lines changed

source/includes/extracts-agg-stages.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ content: |
5757
aggregations capable of characterizing data across multiple
5858
dimensions, or facets, in a single stage.
5959
60+
* - :pipeline:`$fill`
61+
62+
- .. include:: /includes/fact-fill-description.rst
63+
6064
* - :pipeline:`$geoNear`
6165
6266
- .. include:: /includes/extracts/geoNear-stage-toc-description.rst
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Populates ``null`` and missing field values within documents.

source/reference/operator/aggregation-pipeline.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ Alphabetical Listing of Stages
118118
input documents. Enables the creation of multi-faceted
119119
aggregations capable of characterizing data across multiple
120120
dimensions, or facets, in a single stage.
121+
122+
* - :pipeline:`$fill`
123+
124+
- .. include:: /includes/fact-fill-description.rst
121125

122126

123127
* - :pipeline:`$geoNear`
@@ -352,6 +356,7 @@ Alphabetical Listing of Stages
352356
/reference/operator/aggregation/densify
353357
/reference/operator/aggregation/documents
354358
/reference/operator/aggregation/facet
359+
/reference/operator/aggregation/fill
355360
/reference/operator/aggregation/geoNear
356361
/reference/operator/aggregation/graphLookup
357362
/reference/operator/aggregation/group
@@ -379,4 +384,3 @@ Alphabetical Listing of Stages
379384
/reference/operator/aggregation/unionWith
380385
/reference/operator/aggregation/unset
381386
/reference/operator/aggregation/unwind
382-

0 commit comments

Comments
 (0)