Peter-Josef Meisch
3f82108734
DATAES-675 - Migrate tests to JUnit 5.
...
OriginalPR: #345
2019-11-09 21:40:48 +01:00
Peter-Josef Meisch
8bc133d955
DATAES-148 - Dynamic mapping setting.
...
Original PR: #344
2019-11-09 20:54:44 +01:00
Peter-Josef Meisch
26ab706e87
DATAES-688 - Remove unneeded SearchQuery subinterface.
...
Original PR: #343
2019-11-08 16:44:52 +01:00
Peter-Josef Meisch
24751972a8
DATAES-684 - Polishing.
2019-11-05 10:05:14 +01:00
Henrique Amaral
6ae424428c
DATAES-684 Implement bulk request from reactive client
...
Original PR: #342
* DATAES-684 Implement bulk request from reactive client
* Update src/main/java/org/springframework/data/elasticsearch/client/reactive/ReactiveElasticsearchClient.java
Co-Authored-By: Peter-Josef Meisch <pj.meisch@sothawo.com >
* DATAES-684 Implement bulk request from reactive client
Added author
2019-11-05 09:57:13 +01:00
Peter-Josef Meisch
c46a6f4c64
DATAES-675 - Migrate tests to JUnit5.
...
Original PR: #338
2019-10-28 21:24:08 +01:00
Peter-Josef Meisch
c50af32fc3
DATAES-677 - Update to Elasticsearch 7.4.1.
...
Original PR: #337
2019-10-27 12:23:42 +01:00
Peter-Josef Meisch
a438b38f05
DATAES-675 - Migrate tests to JUnit5.
...
Original PR: #336
2019-10-25 23:27:33 +02:00
Peter-Josef Meisch
4e7f1ccb4b
DATAES-630 - Remove GetResultMapper and friends from core package.
...
Original PR: #331
2019-10-25 22:05:58 +02:00
Henrique Amaral
f7f103d331
DATAES-673 Create a Ssl Rest Client using SslContext and HostnameVerifier
...
Original PR: #334
2019-10-22 19:02:19 +02:00
Peter-Josef Meisch
38353e5bdd
DATAES-654 - Add JUnit5 support.
2019-10-21 18:06:49 +02:00
Peter-Josef Meisch
58920af37a
DATAES-654 - Add Junit5 support.
...
Original PR: #329
2019-10-20 20:05:33 +02:00
Gyula Csörögi
4682636333
DATAES-671 - Missing indicesOptions support for scrolling queries.
...
Original PR: #332
2019-10-16 06:35:34 +02:00
Mark Paluch
ba76986172
DATAES-619 - Migrate remaining tests to AssertJ.
2019-10-14 14:21:23 +02:00
Peter-Josef Meisch
d72ee18944
DATES-666 - Rebase 4.0.x onto master and merge.
2019-10-01 20:49:00 +02:00
Peter-Josef Meisch
d3295a6416
DATAES-659 - Move MappingElasticsearchConverter to correct package.
...
Original PR: #328
2019-10-01 20:11:39 +02:00
Peter-Josef Meisch
4b9bcfb410
DATAES-650 - Polishing.
2019-10-01 20:11:06 +02:00
Huw
948d29ba65
DATAES-650 - Add support for pathPrefix to configuration classes.
...
Original pull request: #320 .
2019-10-01 20:11:06 +02:00
Peter-Josef Meisch
b820c9a422
DATAES-629 - ElasticsearchEntityMapper refactoring.
...
Original PR: #309
2019-10-01 20:11:06 +02:00
Peter-Josef Meisch
5364642c84
DATAES-213 - Polishing.
2019-10-01 20:04:29 +02:00
JBodkin
0b062a4a52
DATAES-213 - Escape text in queries.
...
Original PR: #318
2019-10-01 20:04:29 +02:00
Peter-Josef Meisch
40d0ec2801
DATAES-647 - Polishing.
2019-10-01 20:04:29 +02:00
rasmusfaber
486a112046
DATAES-647: Use terms-query instead of multiple should-queries for In and NotIn.
...
Original PR: #315
2019-10-01 20:04:29 +02:00
Peter-Josef Meisch
f0117e7b6a
DATAES-621 - Add missing fieldtypes and parameters to mapping.
...
Original PR: #311
2019-10-01 19:22:33 +02:00
Peter-Josef Meisch
d864ff1292
DATAES-176 - firstN repository queries.
...
Original PR: #305
2019-10-01 19:22:33 +02:00
Peter-Josef Meisch
b4ebca7ab5
DATAES-142 - AbstractRepository.saveAll can process empty list.
...
Original PR: #307
2019-10-01 19:22:33 +02:00
Xiao Yu
a9c3058bef
DATAES-639 - Add ignore_above mapping parameter support.
...
Original pull request: #304 .
2019-10-01 19:19:21 +02:00
P.J. Meisch
2712a1e021
DATAES-628 - documentation, assertions, ES7 adaption.
2019-10-01 19:19:21 +02:00
Mark Paluch
7a612f3ba8
DATAES-628 - Adapt mappers to Document API.
2019-10-01 19:19:21 +02:00
Mark Paluch
29ecd484c5
DATAES-628 - Introduce Document API.
...
We now expose a Document API to encapsulate data interchanged with Elasticsearch (get responses, search hits, arbitrary maps) for a consistent API.
2019-10-01 19:19:21 +02:00
Peter-Josef Meisch
ce686b1f03
DATAES-637 - Change branch 4.0. to use Elasticsearch 7.3.
...
Original PR: #302
2019-10-01 19:19:20 +02:00
Christoph Strobl
7725689606
DATAES-635 - Create branch 4.0.x and integrate the changes from the existing 4.x branch.
2019-10-01 19:17:12 +02:00
Peter-Josef Meisch
52105fcdcc
DATAES-227 - Polishing.
2019-09-27 21:35:28 +02:00
Sascha Woo
8a1242fdbd
DATAES-227 - prepareUpdate does not consider UpdateRequest options.
...
Original PR: #327
2019-09-27 21:22:20 +02:00
xhaggi
5f78ab8e25
DATAES-657 - Sort by _score not supported by ElasticsearchRestTemplate.
...
Original pull request: #325
2019-09-24 10:52:57 +02:00
Sascha Woo
0899df94eb
DATAES-541 - Removing an alias with ElasticseachRestTemplate does not work properly.
...
Original PR: #324
2019-09-23 20:10:12 +02:00
P.J. Meisch
327e0a207c
DATAES-652 - Polishing.
2019-09-20 12:11:14 +02:00
Roman Puchkovskiy
8d044fe3d1
DATAES-652 - Send if_seq_no and if_primary_term parameters when index…
...
...ing via ReactiveElasticsearchClient
Original PR: #322
2019-09-20 12:05:06 +02:00
xhaggi
642d95b5d1
DATAES-305 - Allow to put mapping built from entity class to different index.
...
Original pull request: #319
2019-09-13 08:23:42 +02:00
P.J. Meisch
2ce1bddce9
DATAES-645 - Polishing.
2019-09-04 22:23:46 +02:00
Gyula Csörögi
48d2cd1461
DATAES-645 Fix missing highlight setting in scroll queries.
...
Original PR: #312
2019-09-04 22:20:04 +02:00
Peter-Josef Meisch
9e93dd08aa
DATES-615 - Use annotated field name on repository order by clause.
...
Original PR: #298
2019-07-30 12:40:31 +02:00
Mark Paluch
d1aa604fe5
DATAES-619 - Polishing.
...
Use consistently SpringRunner.
2019-07-29 15:53:37 +02:00
Mark Paluch
2c4ca358f3
DATAES-619 - Migrate remaining tests to AssertJ.
2019-07-29 15:48:09 +02:00
Mark Paluch
4c743ee5b9
DATAES-616 - Polishing.
...
Remove superfluous SuppressWarnings. Add Javadoc override for consistency.
2019-07-26 09:29:19 +02:00
Peter-Josef Meisch
085dd9ad95
DATAES-616 - Fix implementations of ParameterAccessor interface.
...
Original PR: #297
2019-07-26 00:03:07 +02:00
Mark Paluch
cf7fc61f7b
DATAES-607 - Polishing.
...
Ensure copying HttpHeaders before using these as default to prevent modifications of the original object. Adapt tests. Reuse header constants.
Original pull request: #293 .
2019-07-16 09:49:01 +02:00
Peter-Josef Meisch
eec55e273e
DATAES-607 - Client-security-configuration.
...
Original PR: #293
2019-07-13 10:33:23 +02:00
P.J.Meisch
45015cd7ee
DATAES-605 - Polishing.
2019-07-10 22:55:43 +02:00
rasmusfaber
216fc89fd2
DATAES-605 - Make batch size for streamQuery configurable.
...
Original PR: #292
2019-07-10 22:42:14 +02:00