Interface KnnPredicateFieldStep
public interface KnnPredicateFieldStep
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.
-
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.
-