Interface KnnPredicateVectorGenericStep<SR,T>


public interface KnnPredicateVectorGenericStep<SR,T>
The step in a "knn" predicate definition where the vector to match is defined.
  • Method Details

    • matching

      KnnPredicateOptionsStep<SR> matching(T vector)
      Parameters:
      vector - The vector from which to compute the distance to vectors in the indexed field.
      Returns:
      The next step in the knn predicate DSL.