Class SearchPointsHelper
java.lang.Object
io.nosqlbench.adapter.qdrant.pojos.SearchPointsHelper
Helper class to store the vector name, vector values and sparse indices to be used for searching points.
-
Constructor Summary
ConstructorsConstructorDescriptionSearchPointsHelper(String vectorName, List<Float> vectorValues, io.qdrant.client.grpc.Points.SparseIndices sparseIndices) -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.qdrant.client.grpc.Points.SparseIndicesinthashCode()voidsetSparseIndices(io.qdrant.client.grpc.Points.SparseIndices sparseIndices) voidsetVectorName(String vectorName) voidsetVectorValues(List<Float> vectorValues)
-
Constructor Details
-
SearchPointsHelper
-
SearchPointsHelper
public SearchPointsHelper()
-
-
Method Details
-
getVectorName
-
setVectorName
-
getVectorValues
-
setVectorValues
-
getSparseIndices
public io.qdrant.client.grpc.Points.SparseIndices getSparseIndices() -
setSparseIndices
public void setSparseIndices(io.qdrant.client.grpc.Points.SparseIndices sparseIndices) -
equals
-
hashCode
-