Commit Graph

  • 4f4c99ec1f Fix javadoc error. Peter-Josef Meisch 2022-08-10 21:47:48 +02:00
  • 6cfb8eeea6 [elc] add support for sorting results by SortOptions to NativeQuery. Sascha Woo 2022-08-10 21:34:17 +02:00
  • c4910bf399 Polishing. Peter-Josef Meisch 2022-08-10 21:19:46 +02:00
  • c93039410a [elc] add convenient methods to improve access to aggregations. Sascha Woo 2022-08-10 21:10:17 +02:00
  • 33c9180ccd Reenable test for the new Elasticsearch Client. Peter-Josef Meisch 2022-08-07 20:33:07 +02:00
  • df5fd0b97c sourcefilter documentation. Peter-Josef Meisch 2022-08-07 12:22:46 +02:00
  • 44a79093ce Remove deprecated code. Peter-Josef Meisch 2022-08-06 23:16:38 +02:00
  • cf135f4cdd Implement SourceFilters annotation. Peter-Josef Meisch 2022-08-06 21:04:13 +02:00
  • 954d8b0f97 Prefix bean names created by the configuration with "elasticsearch". Peter-Josef Meisch 2022-08-05 21:14:06 +02:00
  • e71c66949a Add missing properties to BaseQueryBuilder. Peter-Josef Meisch 2022-08-04 17:50:37 +02:00
  • 3c6d96e49f Don't try to write non-writeable properties. Peter-Josef Meisch 2022-08-04 08:04:19 +02:00
  • acf02a1dc9 Don't try to write non-writeable properties. Peter-Josef Meisch 2022-08-04 08:04:19 +02:00
  • 6ad449c9f4 Polishing. Peter-Josef Meisch 2022-08-01 21:37:06 +02:00
  • 94ebc40582 Fix the JDK version required to build from the source code. lanicc 2022-08-02 03:25:10 +08:00
  • ca39c1d24c Adapt to changes in Elasticsearch client code. (#2246) Peter-Josef Meisch 2022-07-31 18:33:43 +02:00
  • 2049726bcb Dependency updates. Peter-Josef Meisch 2022-07-30 20:42:12 +02:00
  • 7620222f89 Upgrade to Elasticsearch 8.3.3. Peter-Josef Meisch 2022-07-30 18:34:22 +02:00
  • 1f1076aa8b Don't rely on collection to object conversion in spring-data-commons. Peter-Josef Meisch 2022-07-28 07:41:07 +02:00
  • 3e950b8053 SimpleElasticsearchRepository still uses erhlc code. Peter-Josef Meisch 2022-07-24 22:03:01 +02:00
  • 1c31a31e11 Refine the configuration callbacks in the ClientConfiguration. Peter-Josef Meisch 2022-07-23 15:32:24 +02:00
  • 9a442df5b9 Fix exists query for imperative repository implementation. Peter-Josef Meisch 2022-07-22 21:56:24 +02:00
  • be70a398be Fix exists query for imperative repository implementation. Peter-Josef Meisch 2022-07-22 21:56:24 +02:00
  • 373be49f97 Fix exists query for imperative repository implementation. Peter-Josef Meisch 2022-07-22 21:56:24 +02:00
  • 12b332223f Replace ClassTypeInformation usages with TypeInformation. Peter-Josef Meisch 2022-07-19 22:37:05 +02:00
  • 47c0e186ec Adapt to spring-data-commons changes. Peter-Josef Meisch 2022-07-19 22:12:56 +02:00
  • 8b69a8a030 Complete searchMsearchRequest for the new client. Peter-Josef Meisch 2022-07-19 21:31:14 +02:00
  • 8bb0d8cb41 Polishing. Mark Paluch 2022-07-18 09:19:36 +02:00
  • 7b96041bc3 Refine CI triggers. Mark Paluch 2022-07-18 09:18:28 +02:00
  • 26a2f54c0f Change visibility of InetSocketAddressParser. Peter-Josef Meisch 2022-07-17 20:15:03 +02:00
  • 1754f59e70 Upgrade to Elasticsearch 8.3.2. Peter-Josef Meisch 2022-07-17 08:02:23 +02:00
  • e3e666fd2e Upgrade to Elasticsearch 7.17.5. Peter-Josef Meisch 2022-07-16 21:30:41 +02:00
  • 8a166a1a40 Fixing Typo. Patrick Baumgartner 2022-07-16 17:55:45 +02:00
  • 5c029602b5 After release cleanups. Christoph Strobl 2022-07-15 15:30:55 +02:00
  • 82a545912e Prepare next development iteration. Christoph Strobl 2022-07-15 15:30:47 +02:00
  • 587dd2edda Release version 5.0 M5 (2022.0.0). Christoph Strobl 2022-07-15 15:18:31 +02:00
  • 451a22614d Prepare 5.0 M5 (2022.0.0). Christoph Strobl 2022-07-15 15:17:57 +02:00
  • cb3d1e11d3 After release cleanups. Christoph Strobl 2022-07-15 11:24:08 +02:00
  • 9e17bf3df8 Prepare next development iteration. Christoph Strobl 2022-07-15 11:24:05 +02:00
  • f70a7d6414 Release version 4.4.2 (2021.2.2). Christoph Strobl 2022-07-15 11:08:28 +02:00
  • 13a4aa31f6 Prepare 4.4.2 (2021.2.2). Christoph Strobl 2022-07-15 11:07:51 +02:00
  • ac73ba4774 After release cleanups. Christoph Strobl 2022-07-15 10:47:37 +02:00
  • fa7a285606 Prepare next development iteration. Christoph Strobl 2022-07-15 10:47:34 +02:00
  • 939179ced4 Release version 4.3.6 (2021.1.6). Christoph Strobl 2022-07-15 10:34:18 +02:00
  • a45281b1fd Prepare 4.3.6 (2021.1.6). Christoph Strobl 2022-07-15 10:33:40 +02:00
  • 474ff84d6e Fix handling of array-of-strings parameters for @Query-annotated queries. diamondT 2022-06-27 21:35:06 +03:00
  • aa4aecacdf Fix handling of array-of-strings parameters for @Query-annotated queries. diamondT 2022-06-27 21:35:06 +03:00
  • 688f1722bd make ReactiveElasticsearchTemplate constructor public. Peter-Josef Meisch 2022-07-12 17:47:55 +02:00
  • b9dacc9a5e implement getAlias variants. Peter-Josef Meisch 2022-07-09 23:40:34 +02:00
  • e0acc5a2f9 Upgrade to Elasticsearch 8.3.1. Peter-Josef Meisch 2022-07-06 22:21:47 +02:00
  • 094e79d601 Make the new client the default. Peter-Josef Meisch 2022-07-03 21:56:21 +02:00
  • 81e2613669 Documentation fixes. Peter-Josef Meisch 2022-06-28 22:06:00 +02:00
  • d974788ab8 no more additions currently, the new client has the same functionality as the old. Peter-Josef Meisch 2022-06-28 21:57:33 +02:00
  • 0109a68c32 Fix document about StringQuery. Shijie.Ma 2022-06-28 12:44:48 +08:00
  • 259c43af19 Fix handling of array-of-strings parameters for @Query-annotated queries. diamondT 2022-06-27 21:35:06 +03:00
  • 85ed8a4891 Upgrade to Elasticsearch 7.17.4. Peter-Josef Meisch 2022-06-25 21:15:59 +02:00
  • a2802ce716 Upgrade to Elasticsearch 8.2.3. Peter-Josef Meisch 2022-06-25 20:54:47 +02:00
  • c58e3b3a8f Fix updatebyquery request. Peter-Josef Meisch 2022-06-25 19:55:22 +02:00
  • ae66cbd619 Fix updatebyquery request. Peter-Josef Meisch 2022-06-25 19:55:22 +02:00
  • f901380766 Fix updatebyquery request. Peter-Josef Meisch 2022-06-25 19:55:22 +02:00
  • 1e4b70ba6d Refactor code using Elasticsearch libs. Peter-Josef Meisch 2022-06-25 18:29:34 +02:00
  • 98d1f5bf63 Update version documentation. Peter-Josef Meisch 2022-06-25 17:40:07 +02:00
  • f917fb7a65 Update version documentation. Peter-Josef Meisch 2022-06-25 17:40:07 +02:00
  • bfc68699e0 Remove deprecated suggest calls from operations. Peter-Josef Meisch 2022-06-24 12:51:58 +02:00
  • 96d0781f24 Parse returned suggest data using the new client. Peter-Josef Meisch 2022-06-22 18:34:47 +02:00
  • d9f71027b6 After release cleanups. Mark Paluch 2022-06-20 11:40:07 +02:00
  • 2729fa95a3 Prepare next development iteration. Mark Paluch 2022-06-20 11:40:05 +02:00
  • 1126c65766 Release version 4.4.1 (2021.2.1). Mark Paluch 2022-06-20 11:29:30 +02:00
  • db21ab06f9 Prepare 4.4.1 (2021.2.1). Mark Paluch 2022-06-20 11:29:07 +02:00
  • 4ed7f96919 After release cleanups. Mark Paluch 2022-06-20 11:12:23 +02:00
  • 776a30af75 Prepare next development iteration. Mark Paluch 2022-06-20 11:12:20 +02:00
  • c92480b97d Release version 4.3.5 (2021.1.5). Mark Paluch 2022-06-20 10:59:11 +02:00
  • 6e8357caa7 Prepare 4.3.5 (2021.1.5). Mark Paluch 2022-06-20 10:58:45 +02:00
  • 0a0fc75faa fix typos in migration guides documentation. Gonçalo Montalvão Marques 2022-06-03 18:35:40 +01:00
  • 541faff07f Upgrade to Maven Wrapper 3.8.5. Mark Paluch 2022-06-03 09:42:29 +02:00
  • 1af298d95a Upgrade to Maven Wrapper 3.8.5. Mark Paluch 2022-06-03 09:39:36 +02:00
  • d4052c4951 Update CI properties. Mark Paluch 2022-06-03 09:36:04 +02:00
  • 9aeac006d1 Update CI properties. Mark Paluch 2022-06-03 09:35:44 +02:00
  • 980c6b350d Update CI properties. Mark Paluch 2022-06-03 09:34:36 +02:00
  • ef880e6d3b Update CI properties. Mark Paluch 2022-06-03 09:34:20 +02:00
  • 3835e8e363 Upgrade to Maven Wrapper 3.8.5. Mark Paluch 2022-06-03 09:32:51 +02:00
  • 97d0566e94 Fix msearch setup after ES fixed it's issue. Peter-Josef Meisch 2022-06-01 14:48:46 +02:00
  • ac64a6a733 Use Elasticsearch 8.2.2. Peter-Josef Meisch 2022-05-31 22:13:51 +02:00
  • 6e52b97b76 Fix incorrect argument check asserts. panzhenchao 2022-05-27 22:40:38 +08:00
  • 7efd4b3be7 Fix incorrect argument check asserts. panzhenchao 2022-05-27 22:40:38 +08:00
  • c826adb152 Fix incorrect argument check asserts. panzhenchao 2022-05-27 22:40:38 +08:00
  • 1eaebdec33 Fix pom.xml formatting. Christoph Strobl 2022-05-13 13:45:30 +02:00
  • d37ca4d533 After release cleanups. Christoph Strobl 2022-05-13 10:53:27 +02:00
  • d676ffe066 Prepare next development iteration. Christoph Strobl 2022-05-13 10:53:24 +02:00
  • 1bff5dd749 Release version 5.0 M4 (2022.0.0). Christoph Strobl 2022-05-13 10:44:00 +02:00
  • 7cb46b6ab0 Prepare 5.0 M4 (2022.0.0). Christoph Strobl 2022-05-13 10:43:21 +02:00
  • d2cc58ccad After release cleanups. Christoph Strobl 2022-05-13 10:15:13 +02:00
  • 109dc05d9b Prepare next development iteration. Christoph Strobl 2022-05-13 10:15:11 +02:00
  • edde0214a0 Release version 4.4 GA (2021.2.0). Christoph Strobl 2022-05-13 10:05:08 +02:00
  • c8699d93d0 Prepare 4.4 GA (2021.2.0). Christoph Strobl 2022-05-13 10:04:21 +02:00
  • a86658c397 Add new Elasticsearch client as an alternative to the existing REST client. Peter-Josef Meisch 2022-05-12 07:32:39 +02:00
  • c0b26a51f1 Add new Elasticsearch client as an alternative to the existing REST client. Peter-Josef Meisch 2022-05-12 07:32:39 +02:00
  • 3dbb1e73d6 Update to Elasticsearch 7.17.3. Peter-Josef Meisch 2022-04-24 11:53:19 +02:00
  • 0950dd6c7a Update to Elasticsearch 7.17.3. Peter-Josef Meisch 2022-04-24 11:53:19 +02:00
  • ce00928454 After release cleanups. Christoph Strobl 2022-04-19 13:59:28 +02:00
  • 0f19400efe Prepare next development iteration. Christoph Strobl 2022-04-19 13:59:24 +02:00