*** WORK IN PROGRESS ***
For testing out Java api to Elasticsearch 8
https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/index.html https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/8.1/_basic_authentication.html https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/api-conventions.html https://linuxhint.com/boolean-query-elasticsearch/ https://spinscale.de/posts/2022-03-03-running-the-elasticcc-platform-part-2.html#why-a-new-client https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/java-term-level-queries.html
- Maven
- JDK 17
- Elasticsearch 8
My Mac environment:
$ mvn --version
Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /opt/homebrew/Cellar/maven/3.8.4/libexec
Java version: 17.0.2, vendor: Homebrew, runtime: /opt/homebrew/Cellar/openjdk/17.0.2/libexec/openjdk.jdk/Contents/Home
Default locale: en_NO, platform encoding: UTF-8
OS name: "mac os x", version: "12.3", arch: "aarch64", family: "mac"