Commit Graph

420 Commits

Author SHA1 Message Date
Peter-Josef Meisch
506f79a45a DATAES-831 - SearchOperations.searchForStream does not use requested maxResults.
Original PR: #459
2020-05-17 10:49:50 +02:00
Peter-Josef Meisch
aaef626684 DATAES-828 - Fields of type date need to have a format defined.
Original PR: #457
2020-05-14 20:26:54 +02:00
Peter-Josef Meisch
7540a2a1a8 DATAES-826 - Add method to IndexOperations to write an index mapping from an entity class.
Original PR: #455
2020-05-14 07:58:07 +02:00
Mark Paluch
cea8c93616 DATAES-822 - Convert Reactive Client exceptions to ElasticsearchStatusException.
We now use ElasticsearchStatusException instead of HttpClientErrorException to simplify exception translation so that ElasticsearchExceptionTranslator does no longer depend on spring-web.
2020-05-11 17:56:19 +02:00
Peter-Josef Meisch
5100fe04cc DATES-821 - Fix code for adding an alias.
Original PR: #451
2020-05-10 19:45:15 +02:00
Peter-Josef Meisch
a4fd008a24 DATAES-819 - Test refactorings.
Original PR: #450
2020-05-09 19:48:26 +02:00
Peter-Josef Meisch
ec7414c356 DATAES-817 - StreamQueries does only delete the last scrollid. (#449)
Original PR: #449
2020-05-07 22:11:18 +02:00
Peter-Josef Meisch
4deea9d667 DATAES-812 - IndexOperations should use SpEL index name from entity.
Original PR: #447
2020-05-05 21:39:06 +02:00
Peter-Josef Meisch
e605cad688 DATAES-767 - Fix ReactiveElasticsearch handling of 4xx HTTP responses.
Original PR: #445
2020-05-02 20:08:25 +02:00
Peter-Josef Meisch
b278bf9819 DATAES-809 - Creation of test data may lead to duplicate values.
Original PR: #443
2020-04-30 08:18:29 +02:00
Peter-Josef Meisch
15f51c5151 DATAES-799 - Polishing. 2020-04-29 20:30:09 +02:00
Roman Puchkovskiy
9b620b31bd DATAES-799 - Support optimistic locking for full update scenario using seq_no + primary_term.
Original PR: #441
2020-04-29 20:11:14 +02:00
Peter-Josef Meisch
a4ec819e7d DATAES-801 - Implement callback to enable adding custom headers in the REST HTTP request.
Original PR: #442
2020-04-26 17:30:46 +02:00
Peter-Josef Meisch
65f89f9480 DATAES-803 - Move count request setup from reactive template to reactive client.
Original PR: #439
2020-04-24 18:00:29 +02:00
Peter-Josef Meisch
4876a0e3ab DATAES-797 - Fix MappingElasticsearchConverter recursive descent when reading Map objects.
Original PR: #437
2020-04-23 08:01:46 +02:00
Peter-Josef Meisch
60cbb67877 DATAES-785 - Polishing. 2020-04-21 21:57:31 +02:00
Roman Puchkovskiy
7501c19be4 DATAES-785 - Various entity callbacks implementation improvements.
Original PR: #431
2020-04-21 21:24:22 +02:00
kkonrad
5019793f17 Fix MappingElasticsearchConverter conversion from Document into Map<String, Object>.
Original PR: #436
2020-04-21 20:39:03 +02:00
Peter-Josef Meisch
16d8cc22d1 DATAES-794 - MappingBuilder must not write empty mapping properties.
Original PR: #434
2020-04-20 22:42:04 +02:00
Peter-Josef Meisch
91f442bd2f DATAES-567 - Polishing. 2020-04-20 18:56:11 +02:00
amordleq
c2eec8c74a DATAES-567 - Add aggregation support to reactive client. (#430)
Original PR: #430
2020-04-20 18:33:35 +02:00
Peter-Josef Meisch
0afa37c8ea DATAES-792 - Fix tests with timezone.
Original PR: #433
2020-04-19 23:34:44 +02:00
Peter-Josef Meisch
e49f140233 DATAES-792 - Add java.util.Date to the supported types for Field annotation date times.
Original PR: #432
2020-04-19 22:58:02 +02:00
Peter-Josef Meisch
f6a37f4601 DATAES-772 - Polishing. 2020-04-17 21:40:54 +02:00
Roman Puchkovskiy
76e91c3366 DATAES-772 - Add after-convert entity callbacks support.
Original PR: #422
2020-04-17 21:29:39 +02:00
Peter-Josef Meisch
99bf2fc0cb DATAES-786 - Polishing. 2020-04-16 07:06:19 +02:00
Roman Puchkovskiy
ff08d06c45 DATAES-786 - Move the creation of SearchHit(s) from ElasticsearchConverter closer to ElasticsearchTemplate..
Original PR: #427
2020-04-16 06:50:16 +02:00
Peter-Josef Meisch
39fb25cbb9 DATAES-791 - DocumentOperations.multiGet() implementations must return null values for not found entities.
Original PR: #428
2020-04-14 22:12:19 +02:00
Peter-Josef Meisch
89944b66c4 DATAES-788 - Add missing path mapping to completion context.
Original PR: #424
2020-04-11 11:50:31 +02:00
Peter-Josef Meisch
bbc9ec213a DATAES-784 - MappingBuilder should use @Field annotation with custom value objects.
Original PR: #423
2020-04-07 14:40:41 +02:00
Peter-Josef Meisch
3afd6fd427 DATAES-782 - Make underlying TransportClient accessible.
Original PR: #421
2020-04-04 19:19:26 +02:00
Peter-Josef Meisch
b434b05215 DATAES-777 - SearchHitsSupport must preserve pageable when unwrapping to AggregatedPage.
Original PR: #418
2020-04-01 21:18:52 +02:00
Peter-Josef Meisch
403d9d08e2 DATAES-775 Fix test runner setup.
Original PR: #416
2020-03-31 22:15:30 +02:00
Peter-Josef Meisch
1cd572125e DATAES-773 - Polishing. 2020-03-31 20:36:36 +02:00
alesharik
40752c2235 DATAES-773 - Add search-as-you-type field support.
Original PR: #415
2020-03-31 20:24:44 +02:00
Peter-Josef Meisch
abf886e877 DATAES-771 - Polishing. 2020-03-29 19:54:00 +02:00
Roman Puchkovskiy
c73d1973bc DATAES-771 - Add after-save entity callbacks support.
Original PR: #414
2020-03-29 19:50:56 +02:00
Peter-Josef Meisch
f8630a09df Dataes 768 add missing query parameters for an update query.
Original PR: #410
2020-03-23 20:59:30 +01:00
xhaggi
f354f986ca DATAES-766 - Replace CloseableIterator with SearchHitsIterator in stream operations.
Original pull request: #407
2020-03-22 09:52:35 +01:00
gsrinivas10
a92970236c DATAES-763 - Allow map properties in entity with null values.
Original PR: #405
2020-03-22 08:29:32 +01:00
Peter-Josef Meisch
745f9e9d79 DATAES-765 - Pageable.unpaged() is not used to build a query returning all documents.
Original PR: #408
2020-03-20 18:27:50 +01:00
Sascha Woo
f103bdb9d8 DATAES-764 - StreamQueries#streamResults does not clear scroll context when finished.
Original PR: #406
2020-03-18 20:37:05 +01:00
Peter-Josef Meisch
300eb313dd DATAES-68 - Add support for auditing annotations.
Original PR: #400
2020-03-11 18:39:11 +01:00
Peter-Josef Meisch
0b0c8027a3 DATAES-751 - Introduce ClientCallback for the rest client.
Original PR: #401
2020-03-11 12:34:56 +01:00
Peter-Josef Meisch
251adc1eec DATAES-754 - Completion field deserialization is failing due to class cast error.
Original PR: #399
2020-02-26 22:34:44 +01:00
Peter-Josef Meisch
bf51de3805 DATAES-753 - Reactive Elasticsearch repository: Bulk update fails on empty entity list.
Original PR: #398
2020-02-26 21:50:42 +01:00
Peter-Josef Meisch
6a4a7483aa DATAES-749 - Introduce SearchPage as return type for repository methods.
Original PR: #397
2020-02-26 21:13:30 +01:00
Peter-Josef Meisch
96ebc72dd1 Dataes 745 consolidate operations api
Original PR: #396
2020-02-25 22:01:40 +01:00
Roman Puchkovskiy
1f56a9b9fe DATAES-741 / Tests fail due to Elasticsearch cluster 'blocks' on nearly-full file-systems.
Original PR: #393
2020-02-15 16:22:40 +01:00
Peter-Josef Meisch
9696f418fd DATAES-747 - ElasticsearchConfigurationSupport does not set customConversions into the MappingElasticsearchConverter.
Original PR: #395
2020-02-15 14:45:41 +01:00