milvus/client/milvusclient
congqixia 18d8dc82b8
feat: [GoSDK] Support search iterator v2 (#43612)
Related to #37548

Also link #43122

This patch implements basic functions of search iterator v2.

---------

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2025-07-29 11:21:35 +08:00
..
admin.go enhance: [GoSDK] Use pkg v2 module path (#40134) 2025-02-25 10:33:56 +08:00
admin_test.go enhance: [GoSDK] Use pkg v2 module path (#40134) 2025-02-25 10:33:56 +08:00
alias.go enhance: [GoSDK] Use pkg v2 module path (#40134) 2025-02-25 10:33:56 +08:00
alias_example_test.go enhance: [GoSDK] Refine search params and add some examples (#38523) 2024-12-17 20:52:44 +08:00
alias_options.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
alias_test.go enhance: [GoSDK] Use pkg v2 module path (#40134) 2025-02-25 10:33:56 +08:00
client.go fix: Update logging context and upgrade dependencies (#41318) 2025-04-23 10:52:38 +08:00
client_config.go fix: [GoSDK] move metaheader to client in case of race (#40443) 2025-03-07 17:06:02 +08:00
client_suite_test.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
client_test.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
collection.go enhance: [GoSDK] support `AddCollectionField` API (#42687) 2025-06-13 10:50:35 +08:00
collection_example_test.go enhance: [GoSDK]support run analyzer by collection field (#42642) 2025-06-17 11:16:38 +08:00
collection_options.go enhance: [GoSDK] support `AddCollectionField` API (#42687) 2025-06-13 10:50:35 +08:00
collection_test.go enhance: [GoSDK] support `AddCollectionField` API (#42687) 2025-06-13 10:50:35 +08:00
common.go enhance: [GoSDK] support update ts caching policy (#40381) 2025-03-05 21:36:08 +08:00
common_test.go enhance: [GoSDK] support update ts caching policy (#40381) 2025-03-05 21:36:08 +08:00
database.go enhance: [GoSDK] Use pkg v2 module path (#40134) 2025-02-25 10:33:56 +08:00
database_example_test.go enhance: [GoSDK] support update ts caching policy (#40381) 2025-03-05 21:36:08 +08:00
database_options.go fix: [GoSDK] Return role without grants (#40284) 2025-03-03 18:05:59 +08:00
database_test.go enhance: [GoSDK] Use pkg v2 module path (#40134) 2025-02-25 10:33:56 +08:00
doc.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
index.go enhance: [GoSDK] Support alter/drop index properties (#40417) 2025-03-06 21:40:04 +08:00
index_example_test.go enhance: [GoSDK] Add more example for godoc (#41234) 2025-04-11 13:26:26 +08:00
index_options.go enhance: [GoSDK] Support alter/drop index properties (#40417) 2025-03-06 21:40:04 +08:00
index_test.go enhance: [GoSDK] Support alter/drop index properties (#40417) 2025-03-06 21:40:04 +08:00
interceptors.go fix: [GoSDK] move metaheader to client in case of race (#40443) 2025-03-07 17:06:02 +08:00
interceptors_test.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
iterator.go feat: [GoSDK] Support search iterator v2 (#43612) 2025-07-29 11:21:35 +08:00
iterator_option.go feat: [GoSDK] Support search iterator v2 (#43612) 2025-07-29 11:21:35 +08:00
iterator_test.go feat: [GoSDK] Support search iterator v2 (#43612) 2025-07-29 11:21:35 +08:00
maintenance.go enhance: [GoSDK] Use pkg v2 module path (#40134) 2025-02-25 10:33:56 +08:00
maintenance_example_test.go enhance: [skip e2e][GoSDK] Add client example for common usage (#40643) 2025-03-17 14:16:10 +08:00
maintenance_options.go test: fix property case and remove load default replicaNum value (#41674) 2025-05-09 10:14:54 +08:00
maintenance_test.go enhance: [GoSDK] Use pkg v2 module path (#40134) 2025-02-25 10:33:56 +08:00
mock_milvus_server_test.go enhance: [StorageV2] Add storage version in Data/Query view resp (#43348) 2025-07-16 15:52:51 +08:00
partition.go enhance: [GoSDK] Use pkg v2 module path (#40134) 2025-02-25 10:33:56 +08:00
partition_example_test.go enhance: [GoSDK] Refine search params and add some examples (#38523) 2024-12-17 20:52:44 +08:00
partition_options.go enhance: [GoSDK] Sync API names and add missing APIs (#38603) 2024-12-20 11:52:46 +08:00
partition_test.go enhance: [GoSDK] Use pkg v2 module path (#40134) 2025-02-25 10:33:56 +08:00
rbac.go test: add cases for go client rbac APIs (#40352) 2025-03-13 14:28:08 +08:00
rbac_example_test.go enhance: [GoSDK] Add more example for godoc (#41234) 2025-04-11 13:26:26 +08:00
rbac_options.go test: add cases for go client rbac APIs (#40352) 2025-03-13 14:28:08 +08:00
rbac_test.go test: add cases for go client rbac APIs (#40352) 2025-03-13 14:28:08 +08:00
rbac_v2.go enhance: [GoSDK] Add DescribeReplica API & sync rbac v2 (#40373) 2025-03-05 21:34:11 +08:00
read.go fix: [GoSDK] Handle insufficient topks in search result (#43126) 2025-07-10 01:30:48 +08:00
read_example_test.go enhance: [GoSDK] Add more example for godoc (#41234) 2025-04-11 13:26:26 +08:00
read_option_test.go enhance: add some missing code for Int8Vector (#39742) 2025-02-18 16:20:52 +08:00
read_options.go enhance: [GoSDK]support run analyzer by collection field (#42642) 2025-06-17 11:16:38 +08:00
read_test.go fix: [GoSDK] Handle insufficient topks in search result (#43126) 2025-07-10 01:30:48 +08:00
reranker.go enhance: [GoSDK] support expression template (#38568) 2024-12-19 11:20:47 +08:00
reranker_test.go enhance: [GoSDK] support expression template (#38568) 2024-12-19 11:20:47 +08:00
resource_group.go enhance: [GoSDK] Add DescribeReplica API & sync rbac v2 (#40373) 2025-03-05 21:34:11 +08:00
resource_group_example_test.go enhance: [skip e2e][GoSDK] Add client example for common usage (#40643) 2025-03-17 14:16:10 +08:00
resource_group_option.go enhance: [GoSDK] Add DescribeReplica API & sync rbac v2 (#40373) 2025-03-05 21:34:11 +08:00
resource_group_test.go enhance: [GoSDK] Add DescribeReplica API & sync rbac v2 (#40373) 2025-03-05 21:34:11 +08:00
results.go enhance: [GoSDK] Support return recall in search result (#39580) 2025-01-24 19:05:06 +08:00
results_test.go feat: [GoSDK] fp32 <-> fp16/bf16 vector conversion (#37978) 2024-11-29 08:00:37 +08:00
write.go enhance: [GoSDK] Return SchemaMismatch error to retry (#42950) 2025-06-26 10:28:41 +08:00
write_example_test.go enhance: [GoSDK] Add more example for godoc (#41234) 2025-04-11 13:26:26 +08:00
write_option_test.go enhance: [GoSDK] Make all valid normal column compactible with nullable (#41606) 2025-04-29 19:50:53 +08:00
write_options.go enhance: [GoSDK] Make all valid normal column compactible with nullable (#41606) 2025-04-29 19:50:53 +08:00
write_test.go enhance: [GoSDK] Return SchemaMismatch error to retry (#42950) 2025-06-26 10:28:41 +08:00