Interface KnnPredicateFieldStep<SR>
- Type Parameters:
SR
- Scope root type.
public interface KnnPredicateFieldStep<SR>
The initial step in a "knn" predicate definition, where the target field can be set.
-
Method Summary
Modifier and TypeMethodDescriptionTarget the given field in the match predicate.<T> KnnPredicateVectorGenericStep
<SR, T> field
(KnnPredicateFieldReference<? super SR, T> field)
-
Method Details
-
field
Target the given field in the match predicate.- Parameters:
fieldPath
- The path to the index field to apply the predicate on.- Returns:
- The next step in the knn predicate DSL.
-
field
-