Uses of Class
io.qdrant.client.grpc.Points.SearchPoints
-
Uses of Points.SearchPoints in io.qdrant.client
Modifier and TypeMethodDescriptionQdrantClient.searchPoints
(Points.SearchPoints request) Performs a search operation on the points. -
Uses of Points.SearchPoints in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.SearchPoints.Builder.build()
Points.SearchPoints.Builder.buildPartial()
static Points.SearchPoints
Points.SearchPoints.getDefaultInstance()
Points.SearchPoints.Builder.getDefaultInstanceForType()
Points.SearchPoints.getDefaultInstanceForType()
Points.SearchBatchPoints.Builder.getSearchPoints
(int index) repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPoints.getSearchPoints
(int index) repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPointsOrBuilder.getSearchPoints
(int index) repeated .qdrant.SearchPoints search_points = 2;
static Points.SearchPoints
Points.SearchPoints.parseDelimitedFrom
(InputStream input) static Points.SearchPoints
Points.SearchPoints.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchPoints
Points.SearchPoints.parseFrom
(byte[] data) static Points.SearchPoints
Points.SearchPoints.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchPoints
Points.SearchPoints.parseFrom
(com.google.protobuf.ByteString data) static Points.SearchPoints
Points.SearchPoints.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchPoints
Points.SearchPoints.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.SearchPoints
Points.SearchPoints.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchPoints
Points.SearchPoints.parseFrom
(InputStream input) static Points.SearchPoints
Points.SearchPoints.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchPoints
Points.SearchPoints.parseFrom
(ByteBuffer data) static Points.SearchPoints
Points.SearchPoints.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.SearchPoints>
Points.SearchPoints.getParserForType()
static io.grpc.MethodDescriptor<Points.SearchPoints,
Points.SearchResponse> PointsGrpc.getSearchMethod()
Points.SearchBatchPoints.Builder.getSearchPointsList()
repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPoints.getSearchPointsList()
repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPointsOrBuilder.getSearchPointsList()
repeated .qdrant.SearchPoints search_points = 2;
static com.google.protobuf.Parser<Points.SearchPoints>
Points.SearchPoints.parser()
Modifier and TypeMethodDescriptionPoints.SearchBatchPoints.Builder.addSearchPoints
(int index, Points.SearchPoints value) repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPoints.Builder.addSearchPoints
(Points.SearchPoints value) repeated .qdrant.SearchPoints search_points = 2;
Points.SearchPoints.Builder.mergeFrom
(Points.SearchPoints other) static Points.SearchPoints.Builder
Points.SearchPoints.newBuilder
(Points.SearchPoints prototype) default void
PointsGrpc.AsyncService.search
(Points.SearchPoints request, io.grpc.stub.StreamObserver<Points.SearchResponse> responseObserver) Retrieve closest points based on vector similarity and given filtering conditionsPointsGrpc.PointsBlockingStub.search
(Points.SearchPoints request) Retrieve closest points based on vector similarity and given filtering conditionscom.google.common.util.concurrent.ListenableFuture<Points.SearchResponse>
PointsGrpc.PointsFutureStub.search
(Points.SearchPoints request) Retrieve closest points based on vector similarity and given filtering conditionsvoid
PointsGrpc.PointsStub.search
(Points.SearchPoints request, io.grpc.stub.StreamObserver<Points.SearchResponse> responseObserver) Retrieve closest points based on vector similarity and given filtering conditionsPoints.SearchBatchPoints.Builder.setSearchPoints
(int index, Points.SearchPoints value) repeated .qdrant.SearchPoints search_points = 2;
Modifier and TypeMethodDescriptionPoints.SearchBatchPoints.Builder.addAllSearchPoints
(Iterable<? extends Points.SearchPoints> values) repeated .qdrant.SearchPoints search_points = 2;