OpenSearch Retrieval Engine Edition SDK for Go encapsulates only traffic API operations that are used for data processing and data query. To implement other features, use the Management SDK.
Obtain dependencies
go get github.com/aliyun/alibabacloud-ha3-go-sdk@v1.3.12-engineGit repository address: github.com/aliyun/alibabacloud-ha3-go-sdk
Do not run the go get github.com/aliyun/alibabacloud-ha3-go-sdk command to pull dependencies. The SDK dependencies for OpenSearch Vector Search Edition and OpenSearch Retrieval Engine Edition are classified into the same tag in GitHub. You must specify the corresponding edition based on the instance edition when you pull dependencies.
Change history
V1.3.12 (2024-03-26)
Whether the primary key field exists is checked by default when data is pushed.
V1.3.11 (2024-02-17)
Header information is displayed in error messages.
V1.3.9 (2024-07-29)
The http:// or https:// header is removed from endpoints.
V1.3.8 (2024-06-11)
The parameter httpproxy is removed.
V1.3.7-engine (2024-05-29)
Custom headers are supported by the API used for pushing data.
V1.3.6-engine (2024-03-19)
Data can be queried and pushed by using OpenSearch Retrieval Engine Edition SDK for Go.