Atlas Search: Configurable Dynamic Indexing

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Won't Fix
    • Priority: Critical - P2
    • None
    • Component/s: Index Management
    • None
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      CDRIVER-6131 Won't Fix
      CXX-3376 Won't Fix
      CSHARP-5767 Won't Fix
      GODRIVER-3682 Won't Fix
      JAVA-5993 Won't Fix
      NODE-7249 Won't Fix
      PYTHON-5621 Won't Fix
      PHPLIB-1737 Won't Fix
      RUBY-3720 Won't Fix
      RUST-2298 Won't Fix
      $i18n.getText("admin.common.words.show")
      #scriptField, #scriptField *{ border: 1px solid black; } #scriptField{ border-collapse: collapse; } #scriptField td { text-align: center; /* Center-align text in table cells */ } #scriptField td.key { text-align: left; /* Left-align text in the Key column */ } #scriptField a { text-decoration: none; /* Remove underlines from links */ border: none; /* Remove border from links */ } /* Add green background color to cells with FixVersion */ #scriptField td.hasFixVersion { background-color: #00FF00; /* Green color code */ } #scriptField td.willNotDo { background-color: #FF0000; /* Red color code */ } /* Center-align the first row headers */ #scriptField th { text-align: center; } Key Status/Resolution FixVersion CDRIVER-6131 Won't Fix CXX-3376 Won't Fix CSHARP-5767 Won't Fix GODRIVER-3682 Won't Fix JAVA-5993 Won't Fix NODE-7249 Won't Fix PYTHON-5621 Won't Fix PHPLIB-1737 Won't Fix RUBY-3720 Won't Fix RUST-2298 Won't Fix

      Summary

      What is the problem or use case, what are we trying to achieve?

      Atlas Search 

      Required changes: Builder Support and Type Support

      Motivation

      Who is the affected end user?

      Atlas Search Developers

      How does this affect the end user?

      Developers won't be able to use the new Atlas Search features to programmatically manage their search indexes for their dynamic schema use case (e.g. multi-tenant).

      How likely is it that this problem or use case will occur?

      Main case for target use case.

      If the problem does occur, what are the consequences and how severe are they?

      Blocked to adopt Atlas Search / churn risk. Alternatively, they can use Admin API or JSON editor to configure their indexes, which is acceptable in the short term for testing but not for integrated testing.

      Is this issue urgent?

      Does this ticket have a required timeline? What is it?

      This feature is expected to complete rollout by Oct 6, 2025. We are targeting General Availability by Dec 6, where full Drivers support will be required.

      Is this ticket required by a downstream team?

      Compass

      Is this ticket only for tests?

      Functional impact

      Acceptance Criteria

      Support for new index configuration, highlighted below:

       

       

      {

        "mappings": {

      // dynamic can now be a boolean (existing behavior) OR an object. Note that `dynamic` may be nested within a field mapping definition, e.g. mappings.fields[x].dynamic

          "dynamic": boolean | {

            "typeSet": "firstConfiguration"

          }

        },

      // new top-level array of objects

        "typeSets": [

          {

            "name": "firstConfiguration",

            "types": [

              <data type configuration one>,

              <data type configuration two>

            ]

          },

          {

            "name": "secondConfiguration",

            "types": [

              <data type configuration one>,

              <data type configuration two>

            ]

          }

          ...

        ]

      }

            Assignee:
            Unassigned
            Reporter:
            Amy Jian
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: