-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
QE 2022-12-12, QE 2022-12-26, QE 2023-01-09
-
10
Takes in a document, outputs an array of new objects that have their values converted into their index representation. Any fields in the input document not included in the "key" spec will be stripped in the output. If the index value contains a multikey index entry, then the output array will contain multiple documents, otherwise it will only contain one document. This expression should also be exempted from the 100MB limit.
Field | description |
doc | input document |
spec | index key spec (format is similar to createIndex) |
- is depended on by
-
SERVER-68687 Update Global Index fetcher pipeline
- Backlog