Uses of Class
io.qdrant.client.grpc.Points.SearchBatchPoints
Packages that use Points.SearchBatchPoints
-
Uses of Points.SearchBatchPoints in io.qdrant.client
Methods in io.qdrant.client with parameters of type Points.SearchBatchPointsModifier and TypeMethodDescriptionQdrantClient.searchBatchPoints
(Points.SearchBatchPoints request) Performs a batch search for points. -
Uses of Points.SearchBatchPoints in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.SearchBatchPointsModifier and TypeMethodDescriptionPoints.SearchBatchPoints.Builder.build()
Points.SearchBatchPoints.Builder.buildPartial()
static Points.SearchBatchPoints
Points.SearchBatchPoints.getDefaultInstance()
Points.SearchBatchPoints.Builder.getDefaultInstanceForType()
Points.SearchBatchPoints.getDefaultInstanceForType()
static Points.SearchBatchPoints
Points.SearchBatchPoints.parseDelimitedFrom
(InputStream input) static Points.SearchBatchPoints
Points.SearchBatchPoints.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchPoints
Points.SearchBatchPoints.parseFrom
(byte[] data) static Points.SearchBatchPoints
Points.SearchBatchPoints.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchPoints
Points.SearchBatchPoints.parseFrom
(com.google.protobuf.ByteString data) static Points.SearchBatchPoints
Points.SearchBatchPoints.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchPoints
Points.SearchBatchPoints.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.SearchBatchPoints
Points.SearchBatchPoints.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchPoints
Points.SearchBatchPoints.parseFrom
(InputStream input) static Points.SearchBatchPoints
Points.SearchBatchPoints.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchPoints
Points.SearchBatchPoints.parseFrom
(ByteBuffer data) static Points.SearchBatchPoints
Points.SearchBatchPoints.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type Points.SearchBatchPointsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.SearchBatchPoints>
Points.SearchBatchPoints.getParserForType()
static io.grpc.MethodDescriptor<Points.SearchBatchPoints,
Points.SearchBatchResponse> PointsGrpc.getSearchBatchMethod()
static com.google.protobuf.Parser<Points.SearchBatchPoints>
Points.SearchBatchPoints.parser()
Methods in io.qdrant.client.grpc with parameters of type Points.SearchBatchPointsModifier and TypeMethodDescriptionPoints.SearchBatchPoints.Builder.mergeFrom
(Points.SearchBatchPoints other) Points.SearchBatchPoints.newBuilder
(Points.SearchBatchPoints prototype) default void
PointsGrpc.AsyncService.searchBatch
(Points.SearchBatchPoints request, io.grpc.stub.StreamObserver<Points.SearchBatchResponse> responseObserver) Retrieve closest points based on vector similarity and given filtering conditionsPointsGrpc.PointsBlockingStub.searchBatch
(Points.SearchBatchPoints request) Retrieve closest points based on vector similarity and given filtering conditionscom.google.common.util.concurrent.ListenableFuture<Points.SearchBatchResponse>
PointsGrpc.PointsFutureStub.searchBatch
(Points.SearchBatchPoints request) Retrieve closest points based on vector similarity and given filtering conditionsvoid
PointsGrpc.PointsStub.searchBatch
(Points.SearchBatchPoints request, io.grpc.stub.StreamObserver<Points.SearchBatchResponse> responseObserver) Retrieve closest points based on vector similarity and given filtering conditions