Uses of Class
io.dingodb.index.Index.VectorWithDistanceResult
Packages that use Index.VectorWithDistanceResult
-
Uses of Index.VectorWithDistanceResult in io.dingodb.diskann
Methods in io.dingodb.diskann that return Index.VectorWithDistanceResultModifier and TypeMethodDescriptionDiskann.VectorSearchResponse.Builder.getBatchResults(int index) repeated .dingodb.pb.index.VectorWithDistanceResult batch_results = 3;Diskann.VectorSearchResponse.getBatchResults(int index) repeated .dingodb.pb.index.VectorWithDistanceResult batch_results = 3;Diskann.VectorSearchResponseOrBuilder.getBatchResults(int index) repeated .dingodb.pb.index.VectorWithDistanceResult batch_results = 3;Methods in io.dingodb.diskann that return types with arguments of type Index.VectorWithDistanceResultModifier and TypeMethodDescriptionDiskann.VectorSearchResponse.Builder.getBatchResultsList()repeated .dingodb.pb.index.VectorWithDistanceResult batch_results = 3;Diskann.VectorSearchResponse.getBatchResultsList()repeated .dingodb.pb.index.VectorWithDistanceResult batch_results = 3;Diskann.VectorSearchResponseOrBuilder.getBatchResultsList()repeated .dingodb.pb.index.VectorWithDistanceResult batch_results = 3;Methods in io.dingodb.diskann with parameters of type Index.VectorWithDistanceResultModifier and TypeMethodDescriptionDiskann.VectorSearchResponse.Builder.addBatchResults(int index, Index.VectorWithDistanceResult value) repeated .dingodb.pb.index.VectorWithDistanceResult batch_results = 3;Diskann.VectorSearchResponse.Builder.addBatchResults(Index.VectorWithDistanceResult value) repeated .dingodb.pb.index.VectorWithDistanceResult batch_results = 3;Diskann.VectorSearchResponse.Builder.setBatchResults(int index, Index.VectorWithDistanceResult value) repeated .dingodb.pb.index.VectorWithDistanceResult batch_results = 3;Method parameters in io.dingodb.diskann with type arguments of type Index.VectorWithDistanceResultModifier and TypeMethodDescriptionDiskann.VectorSearchResponse.Builder.addAllBatchResults(Iterable<? extends Index.VectorWithDistanceResult> values) repeated .dingodb.pb.index.VectorWithDistanceResult batch_results = 3; -
Uses of Index.VectorWithDistanceResult in io.dingodb.index
Methods in io.dingodb.index that return Index.VectorWithDistanceResultModifier and TypeMethodDescriptionIndex.VectorWithDistanceResult.Builder.build()Index.VectorWithDistanceResult.Builder.buildPartial()Index.VectorSearchDebugResponse.Builder.getBatchResults(int index) this field is used for batch searchIndex.VectorSearchDebugResponse.getBatchResults(int index) this field is used for batch searchIndex.VectorSearchDebugResponseOrBuilder.getBatchResults(int index) this field is used for batch searchIndex.VectorSearchResponse.Builder.getBatchResults(int index) this field is used for batch searchIndex.VectorSearchResponse.getBatchResults(int index) this field is used for batch searchIndex.VectorSearchResponseOrBuilder.getBatchResults(int index) this field is used for batch searchIndex.VectorWithDistanceResult.getDefaultInstance()Index.VectorWithDistanceResult.Builder.getDefaultInstanceForType()Index.VectorWithDistanceResult.getDefaultInstanceForType()Index.VectorWithDistanceResult.parseDelimitedFrom(InputStream input) Index.VectorWithDistanceResult.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.VectorWithDistanceResult.parseFrom(byte[] data) Index.VectorWithDistanceResult.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.VectorWithDistanceResult.parseFrom(com.google.protobuf.ByteString data) Index.VectorWithDistanceResult.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.VectorWithDistanceResult.parseFrom(com.google.protobuf.CodedInputStream input) Index.VectorWithDistanceResult.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.VectorWithDistanceResult.parseFrom(InputStream input) Index.VectorWithDistanceResult.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.VectorWithDistanceResult.parseFrom(ByteBuffer data) Index.VectorWithDistanceResult.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.index that return types with arguments of type Index.VectorWithDistanceResultModifier and TypeMethodDescriptionIndex.VectorSearchDebugResponse.Builder.getBatchResultsList()this field is used for batch searchIndex.VectorSearchDebugResponse.getBatchResultsList()this field is used for batch searchIndex.VectorSearchDebugResponseOrBuilder.getBatchResultsList()this field is used for batch searchIndex.VectorSearchResponse.Builder.getBatchResultsList()this field is used for batch searchIndex.VectorSearchResponse.getBatchResultsList()this field is used for batch searchIndex.VectorSearchResponseOrBuilder.getBatchResultsList()this field is used for batch searchcom.google.protobuf.Parser<Index.VectorWithDistanceResult>Index.VectorWithDistanceResult.getParserForType()static com.google.protobuf.Parser<Index.VectorWithDistanceResult>Index.VectorWithDistanceResult.parser()Methods in io.dingodb.index with parameters of type Index.VectorWithDistanceResultModifier and TypeMethodDescriptionIndex.VectorSearchDebugResponse.Builder.addBatchResults(int index, Index.VectorWithDistanceResult value) this field is used for batch searchIndex.VectorSearchDebugResponse.Builder.addBatchResults(Index.VectorWithDistanceResult value) this field is used for batch searchIndex.VectorSearchResponse.Builder.addBatchResults(int index, Index.VectorWithDistanceResult value) this field is used for batch searchIndex.VectorSearchResponse.Builder.addBatchResults(Index.VectorWithDistanceResult value) this field is used for batch searchIndex.VectorWithDistanceResult.Builder.mergeFrom(Index.VectorWithDistanceResult other) Index.VectorWithDistanceResult.newBuilder(Index.VectorWithDistanceResult prototype) Index.VectorSearchDebugResponse.Builder.setBatchResults(int index, Index.VectorWithDistanceResult value) this field is used for batch searchIndex.VectorSearchResponse.Builder.setBatchResults(int index, Index.VectorWithDistanceResult value) this field is used for batch searchMethod parameters in io.dingodb.index with type arguments of type Index.VectorWithDistanceResultModifier and TypeMethodDescriptionIndex.VectorSearchDebugResponse.Builder.addAllBatchResults(Iterable<? extends Index.VectorWithDistanceResult> values) this field is used for batch searchIndex.VectorSearchResponse.Builder.addAllBatchResults(Iterable<? extends Index.VectorWithDistanceResult> values) this field is used for batch search