Skip to content

Commit 63c885d

Browse files
remove API
1 parent 0a12445 commit 63c885d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

segment.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,6 @@ type Synonym interface {
248248
// to provide access to nested document relationships within that segment.
249249
type NestedSegment interface {
250250
Segment
251-
// HasNestedDocs checks if the segment has any documents with ancestry (i.e., nested documents).
252-
HasNestedDocs() bool
253251
// Ancestors returns a slice of ancestor document IDs for the given document ID.
254252
// If the document has no ancestors or if the segment does not support nested documents,
255253
// an empty slice is returned.

0 commit comments

Comments
 (0)