Mark Paluch
|
fe0359f40b
|
DATAES-704 - Updated changelog.
|
2020-01-15 12:51:13 +01:00 |
|
Mark Paluch
|
28d31fbb07
|
DATAES-703 - Updated changelog.
|
2020-01-15 10:36:36 +01:00 |
|
Mark Paluch
|
9e5a828342
|
DATAES-690 - Polishing.
Revert parent pom version to 2.3.0.BUILD-SNAPSHOT.
|
2020-01-14 14:50:04 +01:00 |
|
Peter-Josef Meisch
|
e5ec8fdab3
|
DATAES-623 - Polishing.
|
2020-01-13 20:35:03 +01:00 |
|
alesharik
|
d7262e4370
|
DATAES-623 - Add bulk operations for ReactiveElasticsearchRepository.
Original PR:#376
|
2020-01-13 20:26:19 +01:00 |
|
Peter-Josef Meisch
|
e670a88772
|
DATAES-724 - Provide IndexOperations bean.
Original PR: #381
|
2020-01-12 18:11:40 +01:00 |
|
Peter-Josef Meisch
|
513741bcf6
|
DATAES-701 - Enable proxy support for the reactive rest client.
Original PR: #380
|
2020-01-11 21:13:42 +01:00 |
|
Peter-Josef Meisch
|
d55cb00d45
|
DATAES-727 - Use track_total_hits parameter for count queries.
Original PR: #379
|
2020-01-10 15:52:03 +01:00 |
|
Peter-Josef Meisch
|
7294accaca
|
DATAES-661 - Added track_total_hits request parameter to Query.
Original PR: #378
|
2020-01-09 23:29:34 +01:00 |
|
Greg Turnquist
|
0843481cc5
|
DATAES-690 - Enable JDK 11+ builds.
|
2020-01-09 10:10:50 -06:00 |
|
Mark Paluch
|
8472c296f6
|
DATAES-725 - Update copyright years to 2020.
|
2020-01-07 09:08:10 +01:00 |
|
Peter-Josef Meisch
|
0693923798
|
DATAES-372 - Support highlighting via annotation.
Original PR: #377
|
2020-01-06 22:25:54 +01:00 |
|
Peter-Josef Meisch
|
d3c624c28a
|
DATAES-461 - Polishing.
|
2020-01-05 10:40:59 +01:00 |
|
alesharik
|
5eb83464a1
|
DATAES-461 - Make deleteAll(entities) more performant.
Original PR: #375
|
2020-01-05 10:36:14 +01:00 |
|
Peter-Josef Meisch
|
9fea1365ac
|
DATAES-718 - Deprecate @Score and scoreProperty.
original PR: #374
|
2020-01-04 22:19:01 +01:00 |
|
Peter-Josef Meisch
|
16e0f566cd
|
DATAES-723 - Cleanup ElasticsearchRepository interface.
Original PR: #373
|
2020-01-04 17:44:19 +01:00 |
|
Peter-Josef Meisch
|
0d272fe9bf
|
DATAES-717 - Enable Repositories to return a SearchHits instance instead of a list.
Original PR: #372
|
2020-01-03 23:20:17 +01:00 |
|
Peter-Josef Meisch
|
e2d4ed96c8
|
DATAES-278 - Fix documentation for created queries from repository method names.
Original PR: #371
|
2020-01-02 13:27:32 +01:00 |
|
Peter-Josef Meisch
|
bd047776e2
|
DATAES-711 - Update to Elasticsearch 7.5.1.
Original PR: #370
|
2019-12-31 19:39:20 +01:00 |
|
Peter-Josef Meisch
|
5c862e80bf
|
DATAES-722 - Return total count relation in the SearchHits object.
Original PR: #369
|
2019-12-31 13:55:56 +01:00 |
|
Peter-Josef Meisch
|
90d29994f1
|
DATAES-715 - Highlight results should be returned in the SearchHits.
Original PR: #368
|
2019-12-30 17:08:52 +01:00 |
|
Peter-Josef Meisch
|
d026884c12
|
DATAES-721 - Deprecation and Warnings cleanup.
Original PR: #367
|
2019-12-29 21:46:58 +01:00 |
|
Peter-Josef Meisch
|
a68c6ba5d7
|
Dataes 716 - Add value mapping to the ElasticsearchMappingConverter.
Original PR: #366
|
2019-12-28 19:25:25 +01:00 |
|
Peter-Josef Meisch
|
d2b7df87f4
|
DATAES-713 - Add returned aggregations from the AggregatedPage to the SearchHits.
Original PR: #365
|
2019-12-26 20:14:04 +01:00 |
|
Peter-Josef Meisch
|
b634f318ab
|
DATAES-720 - SimpleReactiveElasticsearchRepository findAll() returns only 10 elements.
Original PR: #364
|
2019-12-25 10:40:10 +01:00 |
|
Peter-Josef Meisch
|
f7a14c1135
|
DATAES-719 - Add customization hook for reactive WebClient.
Original PR: #363
|
2019-12-25 08:35:48 +01:00 |
|
Peter-Josef Meisch
|
6dfeee3ba9
|
DATAES-676 - Fix documentation to reflect the changes in API restructuring.
Original PR: #362
|
2019-12-24 09:23:23 +01:00 |
|
Peter-Josef Meisch
|
d19e699b32
|
DATAES-714 - Sort results should be returned in the SearchHits.
Original PR: #361
|
2019-12-22 14:25:43 +01:00 |
|
Peter-Josef Meisch
|
e55bae725e
|
DATAES-672 - Introduce SearchHit and SearchHits types to enrich search results.
Original PR: #359
|
2019-12-22 12:15:46 +01:00 |
|
Peter-Josef Meisch
|
2bb3fdfa8b
|
DATAES-314 - NodeClientFactoryBean doesn't shutdown ES on destroy life-cycle.
Original PR: #360
|
2019-12-15 15:53:52 +01:00 |
|
Sascha Woo
|
47d0104295
|
DATAES-709 - Add parameter to include defaults on get settings.
Original PR: #357
|
2019-12-15 09:44:37 +01:00 |
|
Peter-Josef Meisch
|
dec5231a05
|
DATAES-239 - Query for null values.
Original PR: #355
|
2019-12-11 22:09:02 +01:00 |
|
Peter-Josef Meisch
|
11a6430a90
|
DATAES-634 - Rearrange methods in Template API.
Original PR: #352
|
2019-12-10 19:04:37 +01:00 |
|
Sascha Woo
|
ff381c63b6
|
DATAES-187 - Use Pageable#getOffset to set from offset in SearchRequest.
Original PR: #353
|
2019-12-06 13:15:15 +01:00 |
|
Jens Schauder
|
9d4fe6d4af
|
DATAES-692 - Updated changelog.
|
2019-12-04 14:32:47 +01:00 |
|
Jens Schauder
|
e882dae3af
|
DATAES-691 - Updated changelog.
|
2019-12-04 12:09:50 +01:00 |
|
Sascha Woo
|
aa4ae525f4
|
DATAES-702 - Travis CI builds currently broken.
Original PR: #351
|
2019-12-03 12:16:52 +01:00 |
|
Peter-Josef Meisch
|
c3714dd6e5
|
DATAES-675 - Migrate tests to JUnit 5.
Original PR: #350
|
2019-12-01 18:31:51 +01:00 |
|
Peter-Josef Meisch
|
03fd603909
|
DATAES-700 - Enable proxy support for RestClient.
Original PR: #348
|
2019-11-30 23:00:19 +01:00 |
|
Peter-Josef Meisch
|
35e9b691bd
|
DATAES-697_-_Query-refactoring-cleanup.
Original PR: #347
|
2019-11-30 15:49:14 +01:00 |
|
Peter-Josef Meisch
|
2cd18178e3
|
DATAES-631 - Consolidate query objects.
Original PR: #340
|
2019-11-28 23:41:13 +01:00 |
|
MassimilianoPoggi
|
79d75f814c
|
DATAES-693 - Support for source fetching in update operations.
Original PR: #346
|
2019-11-18 20:31:35 +01:00 |
|
Mark Paluch
|
eba23eeb17
|
DATAES-685 - Updated changelog.
|
2019-11-18 12:43:26 +01:00 |
|
Mark Paluch
|
8e5f0dd341
|
DATAES-683 - Updated changelog.
|
2019-11-18 12:16:27 +01:00 |
|
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
|
62385edaa5
|
DATAES-680 - ReactiveElasticsearchTemplate-should-use-the-count-API.
Original PR: #341
|
2019-11-06 19:14:47 +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 |
|