-
Notifications
You must be signed in to change notification settings - Fork 5
[v17] MB-27666: Nested Fields #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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
NestedSegmentinterface withAncestorsandDescendantsmethods - 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.
5541951 to
ebd2b3b
Compare
903b0a2 to
63c885d
Compare
NestedSegmentinterface to manage hierarchical document relationships.