usearchex

package
v0.0.0-debug-20260702 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FilteredSearchUnsafeWithMembership

func FilteredSearchUnsafeWithMembership(
	index *usearch.Index,
	query unsafe.Pointer,
	limit uint,
	f docfilter.MembershipFilter,
) (keys []usearch.Key, distances []float32, err error)

FilteredSearchUnsafeWithMembership runs a usearch search that keeps only the candidate keys present in the doc_id membership filter f. f may be any docfilter.MembershipFilter (an exact cbitmap / CRoaring bitset, or a bloom filter); the C predicate tests each candidate key against f's underlying structure via its CHandle/CKind cgo bridge. A nil filter passes all keys.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL