Interface KnnPredicateFieldStep

All Known Implementing Classes:
KnnPredicateFieldStepImpl

public interface KnnPredicateFieldStep
The initial step in a "knn" predicate definition, where the target field can be set.
  • Method Summary

    Modifier and Type
    Method
    Description
    field(String fieldPath)
    Target the given field in the match predicate.
  • Method Details

    • field

      KnnPredicateVectorStep field(String fieldPath)
      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.