Skip to content

Conversation

@CascadingRadium
Copy link
Member

@CascadingRadium CascadingRadium commented Jun 11, 2025

  • Introduce NestedSegment interface to manage hierarchical document relationships.
  • Provide methods to get ancestor IDs, count root documents, and handle nested deletions.
  • Enables consistent handling of nested documents across segments.

@CascadingRadium CascadingRadium marked this pull request as draft June 11, 2025 20:09
@CascadingRadium CascadingRadium marked this pull request as ready for review September 13, 2025 14:31
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces support for nested document relationships by adding a NestedSegment interface that extends the existing Segment interface with hierarchical functionality.

  • Adds NestedSegment interface with Ancestors and Descendants methods
  • Provides optional backward compatibility for segments that don't support nested documents
  • Enables retrieval of parent-child document relationships within segments

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@CascadingRadium CascadingRadium changed the title MB-27666: Nested Fields [v17] MB-27666: Nested Fields Nov 17, 2025
Likith101
Likith101 previously approved these changes Jan 9, 2026
* 049020a Rahul Rampure | [v17] Change FieldIndexingOptions type from int to uint64
* 09f96c8 Rahul Rampure | [v17] MB-27666: Nested Fields
@abhinavdangeti abhinavdangeti merged commit 1ea5f44 into master Jan 9, 2026
9 checks passed
@abhinavdangeti abhinavdangeti deleted the nested branch January 9, 2026 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants