milvus-io / milvus-sdk-go

Go SDK for Milvus.
Apache License 2.0
347 stars 109 forks source link

[Feature]:Is there anyway to scan a struct or slice to the result of seach or query? #800

Open nisainan opened 2 months ago

nisainan commented 2 months ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe.

It's hard to use the result of search or query, maybe can provide a method to map the results to a variable, like 'scan' or something else

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

congqixia commented 2 months ago

good point. I shall add some helper methods to iterate or scan result struct