Class KnnVectorFieldExistsQuery


@Deprecated public class KnnVectorFieldExistsQuery extends FieldExistsQuery
Deprecated.
Use FieldExistsQuery instead.
A Query that matches documents that contain a vector field.
  • Constructor Details

    • KnnVectorFieldExistsQuery

      public KnnVectorFieldExistsQuery(String field)
      Deprecated.
      Create a query that will match documents which have a value for the given field.