Skip to content

cuvs-java: Fix, document, and test BruteForceQuery.Builder::withPrefilter #697

Open
@ChrisHegarty

Description

This issue has been filed to evaluate the pre-filter for BruteForceQuery.

I have been unsuccessful in getting it to work, and am unsure how it is supposed to work. For example,

var queryBuilder = new BruteForceQuery.Builder()
   .withPrefilter(new long[] { 0b1001L });

Should this filter out vectors at ordinal 1 and 2? In my testing it does not.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions