OpenSearch Retrieval Engine Edition SDK for Java covers only traffic API operations for data processing and queries. For other features, use the Management SDK.
Maven dependency
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-sdk-ha3engine</artifactId>
<version>1.3.12</version>
</dependency>
Change history
-
V1.3.12 (2024-03-26)
-
The primary key field is validated by default during data push.
-
-
V1.3.11 (2024-02-17)
-
Error messages include header information.
-
-
V1.3.10 (2024-11-07)
-
Added methods to verify network connectivity.
-
-
V1.3.9 (2024-07-29)
-
The http:// or https:// prefix is removed from endpoints.
-
-
V1.3.8 (2024-06-11)
-
The httpproxy parameter is removed.
-
-
V1.3.7 (2024-05-29)
-
The data push API supports custom headers.
-
-
V1.3.6 (2023-11-13)
-
SQL queries and Havenask queries support the POST method.
-
-
V1.3.5 (2023-07-12)
-
Data can be pushed through a specific SWIFT topic over an internal network.
-
-
V1.3.4 (2023-06-09)
-
The default key-value pair delimiter 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.
-
Query results can be returned in byte[] format.
-
-
V1.1.0 (2022-01-13)
-
Raw query searches are supported.
-
Data push is supported.
-
Search request structure is encapsulated.
-