We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a12445 commit 63c885dCopy full SHA for 63c885d
1 file changed
segment.go
@@ -248,8 +248,6 @@ type Synonym interface {
248
// to provide access to nested document relationships within that segment.
249
type NestedSegment interface {
250
Segment
251
- // HasNestedDocs checks if the segment has any documents with ancestry (i.e., nested documents).
252
- HasNestedDocs() bool
253
// Ancestors returns a slice of ancestor document IDs for the given document ID.
254
// If the document has no ancestors or if the segment does not support nested documents,
255
// an empty slice is returned.
0 commit comments