The OpenSearch Retrieval Engine Edition SDK for Java encapsulates only traffic API operations for data processing and querying. For other operations, use the Management and Control SDK.
Maven dependency
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-sdk-ha3engine</artifactId>
<version>1.3.6</version>
</dependency>Change history
V1.3.6 (2023-11-13)
Added
SQL queries and Havenask queries now support the POST method.
V1.3.5 (2023-07-12)
Added
Data can be pushed by a specific SWIFT topic over an internal network.
V1.3.4 (2023-06-09)
Changed
The default delimiter for key-value pairs in SQL statements is changed to semicolon (
;).
V1.3.3 (2023-02-23)
Added
RESTful API operations are supported for queries.
V1.3.2 (2022-09-01)
Added
HTTP proxies can be customized.
Query results can be returned in the
byte[]format.
V1.1.0 (2022-01-13)
Added
Raw query search is supported.
Data push is supported.
The search request structure is encapsulated.