You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Adds a `NestedDocument` interface which extends the `Document`
interface, allowing users to visit any sub-documents that may be nested
within the parent document.
- Adds a new `NewIndexInternalID` method to create an `IndexInternalID`
and also extends the API to enable getting the integer value of the
`IndexInternalID` from it.
- Extends the `IndexReader` interface to support the `Ancestors` method,
which allows the user to fetch the ancestry chain of any document ID
given. If the document does not have any ancestors (it is a root
document), an ancestry chain containing only the input document is
returned.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Abhinav Dangeti <abhinav@couchbase.com>
0 commit comments