Does GoSDK support full text search? #38270
Answered
by
ntttorris
ntttorris
asked this question in
Q&A and General discussion
-
Refer to: https://milvus.io/docs/full-text-search.md The doc only gives the python, java and nodejs examples except golang. When I use gosdk to call client.Search(), the param only accept a slice of entity.Vector. func NewSearchOption(collectionName string, limit int, vectors []entity.Vector) *searchOption |
Beta Was this translation helpful? Give feedback.
Answered by
ntttorris
Dec 6, 2024
Replies: 1 comment
-
I got the answer. []entity.Vector{entity.Text("")} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ntttorris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got the answer.