Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-101100

Implement getDependencies() for Mongot Pipelines

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Query Integration

      InĀ SERVER-100394, we overrode the default DocumentSource::getDependencies() for mongot stages, just for the sake of error reporting in $meta validation. (For example, since $search populates the "searchScore" meta field, we know that downstream stages can access "searchScore" but not "vectorSearchScore").

      We did not implement the actual core logic of getDependencies() for pipeline analysis (potentially used for optimizations). We may want to actually implement and test dependency analysis for mongot pipelines.

            Assignee:
            Unassigned Unassigned
            Reporter:
            will.buerger@mongodb.com Will Buerger
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: