Skip to content

docs: complete grouping search SDK examples for v3.0.x - #3640

Merged
liyun95 merged 2 commits into
milvus-io:v3.0.xfrom
liyun95:docs/grouping-search-multisdk-v3.0
Sep 9, 2026
Merged

docs: complete grouping search SDK examples for v3.0.x#3640
liyun95 merged 2 commits into
milvus-io:v3.0.xfrom
liyun95:docs/grouping-search-multisdk-v3.0

Conversation

@liyun95

@liyun95 liyun95 commented Sep 9, 2026

Copy link
Copy Markdown
Collaborator

Complete the grouping-search examples: add Java, Node.js, Go, REST, and C++ for scalar-field group ordering, and add C++ examples and language tabs for basic grouping search and group-size configuration. All three sections now include C++ examples.

The ordering examples use the same category, price, and rating fields and ascending group-head price as the Python example. The basic C++ examples include the required headers, reuse the connection status variable, and handle connection, search, and result-conversion failures. A stray quote in the ordering introduction is also removed.

Validation:

  • Ordering examples: Java, Node.js, Go, REST, and C++ passed compilation/syntax checks and equivalent live tests on an existing Zilliz Cloud on-demand cluster, matching the Python baseline (4 groups of 3 entities, group-head prices 10/20/30/40).
  • Basic grouping and group-size C++ examples: compiled with SDK 3.0.2 and tested on an existing Zilliz Cloud cluster using the documented 10-row dataset. Results matched Python: 3 groups, and 5 groups with 9 entities respectively. Temporary test collections were removed.
  • Repository link checker and whitespace checks passed. Live validation used Zilliz Cloud; no standalone Milvus server was tested.

Preview tracking: #3639 contains the ordering examples and is merged. #3641 adds the remaining C++ examples. Merge #3641 and verify the preview before merging this v3.0.x PR.

@sre-ci-robot

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: liyun95

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@liyun95 liyun95 changed the title docs: complete scalar-ordered grouping search examples (v3.0.x) docs: complete grouping search SDK examples for v3.0.x Sep 9, 2026
@liyun95
liyun95 merged commit 1373f02 into milvus-io:v3.0.x Sep 9, 2026
1 check passed
@liyun95
liyun95 deleted the docs/grouping-search-multisdk-v3.0 branch September 9, 2026 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants