Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-2715

Query builder for new lookup stage

    • Type: Icon: New Feature New Feature
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.7.0
    • Affects Version/s: None
    • Component/s: Builders
    • Labels:
      None

      Hello,

      I want to implement a query builder for new lookup stage in 3.6.

      {
         $lookup:
           {
             from: <collection to join>,
             let: { <var_1>: <expression>, …, <var_n>: <expression> },
             pipeline: [ <pipeline to execute on the collection to join> ],
             as: <output array field>
           }
      }
      

      Farès

            Assignee:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Reporter:
            fares.hassak@gmail.com Farès Hassak
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: