Uses of Class
io.qdrant.client.grpc.Points.SearchGroupsResponse
-
Uses of Points.SearchGroupsResponse in io.qdrant.client
Modifier and TypeMethodDescriptionQdrantClient.searchGroups
(Points.SearchPointGroups request) Searches for point groups based on the given request. -
Uses of Points.SearchGroupsResponse in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.SearchGroupsResponse.Builder.build()
Points.SearchGroupsResponse.Builder.buildPartial()
static Points.SearchGroupsResponse
Points.SearchGroupsResponse.getDefaultInstance()
Points.SearchGroupsResponse.Builder.getDefaultInstanceForType()
Points.SearchGroupsResponse.getDefaultInstanceForType()
static Points.SearchGroupsResponse
Points.SearchGroupsResponse.parseDelimitedFrom
(InputStream input) static Points.SearchGroupsResponse
Points.SearchGroupsResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchGroupsResponse
Points.SearchGroupsResponse.parseFrom
(byte[] data) static Points.SearchGroupsResponse
Points.SearchGroupsResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchGroupsResponse
Points.SearchGroupsResponse.parseFrom
(com.google.protobuf.ByteString data) static Points.SearchGroupsResponse
Points.SearchGroupsResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchGroupsResponse
Points.SearchGroupsResponse.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.SearchGroupsResponse
Points.SearchGroupsResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchGroupsResponse
Points.SearchGroupsResponse.parseFrom
(InputStream input) static Points.SearchGroupsResponse
Points.SearchGroupsResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchGroupsResponse
Points.SearchGroupsResponse.parseFrom
(ByteBuffer data) static Points.SearchGroupsResponse
Points.SearchGroupsResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PointsGrpc.PointsBlockingStub.searchGroups
(Points.SearchPointGroups request) Retrieve closest points based on vector similarity and given filtering conditions, grouped by a given fieldModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.SearchGroupsResponse>
Points.SearchGroupsResponse.getParserForType()
static io.grpc.MethodDescriptor<Points.SearchPointGroups,
Points.SearchGroupsResponse> PointsGrpc.getSearchGroupsMethod()
static com.google.protobuf.Parser<Points.SearchGroupsResponse>
Points.SearchGroupsResponse.parser()
com.google.common.util.concurrent.ListenableFuture<Points.SearchGroupsResponse>
PointsGrpc.PointsFutureStub.searchGroups
(Points.SearchPointGroups request) Retrieve closest points based on vector similarity and given filtering conditions, grouped by a given fieldModifier and TypeMethodDescriptionPoints.SearchGroupsResponse.Builder.mergeFrom
(Points.SearchGroupsResponse other) Points.SearchGroupsResponse.newBuilder
(Points.SearchGroupsResponse prototype) Modifier and TypeMethodDescriptiondefault void
PointsGrpc.AsyncService.searchGroups
(Points.SearchPointGroups request, io.grpc.stub.StreamObserver<Points.SearchGroupsResponse> responseObserver) Retrieve closest points based on vector similarity and given filtering conditions, grouped by a given fieldvoid
PointsGrpc.PointsStub.searchGroups
(Points.SearchPointGroups request, io.grpc.stub.StreamObserver<Points.SearchGroupsResponse> responseObserver) Retrieve closest points based on vector similarity and given filtering conditions, grouped by a given field