OpenSearch Retrieval Engine Edition SDK for Java encapsulates only traffic API operations that are used for data processing and data query. To implement other features, 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)
The POST method is supported for SQL queries and Havenask queries.
V1.3.5 (2023-07-12)
Data can be pushed by a specific SWIFT topic in an internal network.
V1.3.4 (2023-06-09)
The default delimiter that separates key-value pairs in SQL statements is changed to semicolon (;).
V1.3.3 (2023-02-23)
RESTful API operations are supported for queries.
V1.3.2 (2022-09-01)
HTTP proxies can be customized.
Data queried can be returned in the byte[] format.
V1.1.0 (2022-01-13)
A raw query search is supported.
Data push is supported.
The request structure of a search is encapsulated.