Uses of Class
com.redis.vl.query.VectorQuery
Packages that use VectorQuery
-
Uses of VectorQuery in com.redis.vl.index
Methods in com.redis.vl.index with parameters of type VectorQueryModifier and TypeMethodDescriptionSearchIndex.search(VectorQuery query) Search the index using a VectorQuery -
Uses of VectorQuery in com.redis.vl.query
Methods in com.redis.vl.query that return VectorQueryModifier and TypeMethodDescriptionVectorQuery.Builder.build()Build the VectorQueryVectorQuery.withDistanceMetric(VectorField.DistanceMetric metric) Create a copy with modified distance metricVectorQuery.withK(int newK) Deprecated.Use withNumResults() insteadVectorQuery.withNumResults(int newNumResults) Create a copy with modified numResults valueVectorQuery.withPreFilter(String filter) Create a copy with modified pre-filter