Commit Graph

401 Commits

Author SHA1 Message Date
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
Peter-Josef Meisch
36a3d5943a DATAES-746 - Add store converters to convert binary data.
Original PR: #394
2020-02-14 21:24:51 +01:00
Peter-Josef Meisch
9c64dd9c39 DATAES-743 - Revert geo converters to back to store converters.
Original PR: #390
2020-02-11 18:33:58 +01:00
Peter-Josef Meisch
b2ffc236bf DATAES-738 - Add entity related save methods to DocumentOperations.
Original PR: #389
2020-02-10 22:09:49 +01:00
Peter-Josef Meisch
0c15eef858 DATAES-740 - Adapt to spring-data-commons changes.
Original PR: #386
2020-02-09 19:31:16 +01:00
Peter-Josef Meisch
936de20421 DATAES-739 - Introduce nullable annotations for API validation.
Original PR: #387
2020-02-09 13:00:25 +01:00
Peter-Josef Meisch
13761b073a DATAES-449 - Pass route parameter to created search request.
Original PR: #383
2020-01-25 18:54:51 +01:00
Peter-Josef Meisch
37f15853c0 DATAES-734 - Add Sort implementation that allows geo distance sorts.
Original PR: #382
2020-01-23 18:03:37 +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
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
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