Skip to content

Commit 21ffac2

Browse files
Pointer InterpretVectorIndexOptions
1 parent 3f8518f commit 21ffac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

segment_vector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ type InterpretVectorIndexOptions struct {
8080
type VectorSegment interface {
8181
Segment
8282
InterpretVectorIndex(field string, requiresFiltering bool, except *roaring.Bitmap,
83-
options InterpretVectorIndexOptions) (VectorIndex, error)
83+
options *InterpretVectorIndexOptions) (VectorIndex, error)
8484
}
8585

8686
type VecPosting interface {

0 commit comments

Comments
 (0)