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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants