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
Mark Paluch
5efe47f868
DATAES-646 - Adapt to Spring Framework 5.2 RC2.
...
Implement missing methods in RawActionResponse. Consistent versions actross netty dependencies.
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
490347f286
DATAES-290 - Make joda-time optional dependency.
...
Original PR: #308 and #213
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
Peter-Josef Meisch
4bb7b5ef56
DATAES-495 - Deprecate TransportClient support.
...
Original PR: #306
2019-10-01 19:22:33 +02:00
P.J. Meisch
165e02d6e7
DATAES-639 - Polishing.
2019-10-01 19:19:21 +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
ba2d8594a1
Update src/main/java/org/springframework/data/elasticsearch/core/DocumentAdapters.java
...
Co-Authored-By: Peter-Josef Meisch <pj.meisch@sothawo.com>
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
P.J. Meisch
9cb9c72acc
DATAES-638 - Polishing.
2019-10-01 19:17:12 +02:00
Xiao Yu
1e96f7f3b4
DATAES-638 - Remove redundant public modifiers in @MultiField.
...
Original PR: #303
2019-10-01 19:17:12 +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
Mark Paluch
84380cef0b
DATAES-665 - Fix plugin ordering to deploy Javadoc.
2019-10-01 08:38:48 +02:00
Mark Paluch
be1a81e40f
DATAES-625 - After release cleanups.
2019-09-30 16:17:29 +02:00
Mark Paluch
4bc5189092
DATAES-625 - Prepare next development iteration.
2019-09-30 16:17:28 +02:00
Mark Paluch
ab4fd17520
DATAES-625 - Release version 3.2 GA (Moore).
3.2.0.RELEASE
2019-09-30 15:51:08 +02:00
Mark Paluch
6045f1e0e3
DATAES-625 - Prepare 3.2 GA (Moore).
2019-09-30 15:50:44 +02:00
Mark Paluch
102d7370bd
DATAES-625 - Updated changelog.
2019-09-30 15:50:42 +02:00
Mark Paluch
e22ba228a9
DATAES-624 - Updated changelog.
2019-09-30 11:16:16 +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
Oliver Drotbohm
6092da6fe7
DATAES-648 - Unified version compatibility matrix into reference docs.
...
Added information about which Boot version uses which Spring Data Elasticsearch version as well as hints about which versions are still under active maintenance.
Tweaked the readme to rather point to the reference documentation. This needs to be updated to point to the "current" alias once we've reached GA.
Original pull request: #317 .
2019-09-11 20:31:23 +02:00
Mark Paluch
4773da32ab
DATAES-497 - Polishing.
...
Fix compatibility matrix in readme.
2019-09-10 11:57:38 +02:00
Mark Paluch
642e42e01e
DATAES-626 - After release cleanups.
2019-09-06 10:21:56 +02:00
Mark Paluch
0820ede014
DATAES-626 - Prepare next development iteration.
2019-09-06 10:21:54 +02:00
Mark Paluch
fb49aaa2d6
DATAES-626 - Release version 3.2 RC3 (Moore).
3.2.0.RC3
2019-09-06 10:10:42 +02:00
Mark Paluch
c67b3082cb
DATAES-626 - Prepare 3.2 RC3 (Moore).
2019-09-06 10:10:12 +02:00
Mark Paluch
0784cc7226
DATAES-626 - Updated changelog.
2019-09-06 10:10:11 +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
Mark Paluch
bdee49f815
DATAES-646 - Adapt to Spring Framework 5.2 RC2.
...
Un-implement ClientResponse from RawActionResponse to not require us updating the code whenever ClientResponse introduces new methods. Retain only methods from ClientResponse that are actually used.
Consistent versions actross netty dependencies.
2019-09-04 14:48:11 +02:00
Mark Paluch
aae7734bc0
DATAES-646 - Adapt to Spring Framework 5.2 RC2.
...
Implement missing methods in RawActionResponse. Consistent versions actross netty dependencies.
2019-09-04 12:13:01 +02:00
Mathias Teier
054c02bd41
DATAES-643: Added searchType to prepareSearch() in RestTemplate ( #310 )
...
Original PR: #310
2019-08-27 12:11:46 +02:00
Mohsin Husen
4798136074
DATAES-589 - change spring data example link
2019-08-14 15:24:08 +01:00
Mark Paluch
389a5bc5e7
DATAES-627 - Polishing.
...
Reinstantiate schema links for Elasticsearch 1.0 XSD.
2019-08-07 08:03:01 +02:00
Mark Paluch
fea26b5751
DATAES-627 - Add HTTPS entries into spring.schemas.
...
To resolve XSD files properly from the classpath, their HTTPS reference must be present in the spring.schemas to avoid internet interaction for resolving an XSD file.
2019-08-07 08:01:11 +02:00
Greg Turnquist
fd7a380edd
DATAES-583 - Force check for updates.
2019-08-05 10:21:32 -05:00
Mark Paluch
ff021c1319
DATAES-591 - After release cleanups.
2019-08-05 15:53:03 +02:00
Mark Paluch
ae38eab00d
DATAES-591 - Prepare next development iteration.
2019-08-05 15:53:02 +02:00
Mark Paluch
61f4581dc4
DATAES-591 - Release version 3.2 RC2 (Moore).
3.2.0.RC2
2019-08-05 15:35:35 +02:00