Interface LookupOperation.LocalFieldBuilder
- All Superinterfaces:
LookupOperation.LetBuilder, LookupOperation.PipelineBuilder
- All Known Implementing Classes:
LookupOperation.LookupOperationBuilder
- Enclosing class:
LookupOperation
- Since:
- 1.9
- Author:
- Alessio Fachechi, Christoph Strobl, Mark Paluch, Sangyong Choi
-
Method Summary
Methods inherited from interface LookupOperation.LetBuilder
let, letMethods inherited from interface LookupOperation.PipelineBuilder
as, pipeline, pipeline
-
Method Details
-
localField
- Parameters:
name- the field from the documents input to the$lookupstage, must not be null or empty.- Returns:
- never null.
-