1470 Commits

Author SHA1 Message Date
Peter-Josef Meisch
149535e0d3
Fix javadoc formatting
(cherry picked from commit 6f6cedf6dff2c7f7ef886d65a857b345013db628)
2022-03-19 21:04:06 +01:00
Peter-Josef Meisch
6f6cedf6df
Fix javadoc formatting 2022-03-19 20:50:18 +01:00
Peter-Josef Meisch
f91a4c18c4
Merge branch 'main' into 5.0.x 2022-03-19 19:56:05 +01:00
Peter-Josef Meisch
b5eee05e3b
Fix http headers 2022-03-19 19:29:08 +01:00
Peter-Josef Meisch
80c3a3bbc5
Merge branch 'main' into 5.0.x
# Conflicts:
#	src/main/java/org/springframework/data/elasticsearch/core/ReactiveElasticsearchTemplate.java
#	src/test/java/org/springframework/data/elasticsearch/repositories/cdi/CdiRepositoryTests.java
2022-03-19 19:00:27 +01:00
Peter-Josef Meisch
4eb8f08ad8
Add new Elasticsearch client integration.
Original Pull Request #2115
2022-03-19 18:51:01 +01:00
Peter-Josef Meisch
298d4ebce7
adapt to changes in spring data 2022-03-17 18:39:19 +01:00
Mark Paluch
bb8e593546
Prepare 5.0 M1 (2022.0.0).
See #2053
2022-03-17 18:38:55 +01:00
Peter-Josef Meisch
f0c359eb41
Branch 5.0.x. 2022-03-17 18:38:39 +01:00
Peter-Josef Meisch
5875bf3b9b
Polishing. 2022-03-12 11:33:57 +01:00
Owen-q
33c4bb23b7
Add searchAfter interfaces to NativeSearchQueryBuilder.
Original Pull Request #2106 
Closes #2105
2022-03-12 11:27:35 +01:00
Peter-Josef Meisch
9c740f14bd
Upgrade to Elasticsearch 7.17.1. (#2109)
Closes #2108
2022-03-06 12:50:01 +01:00
Peter-Josef Meisch
bf080002bc
MappingBuilder must set configured date formats for date_range fields.
Original Pull Request #2103
Closes #2102
2022-02-22 21:05:51 +01:00
Mark Paluch
d8ebf2336b
Polishing.
Fix Javadoc errors.

See #2095
2022-02-22 09:57:08 +01:00
Peter-Josef Meisch
c1a1ea9724
Remove blocking code in SearchDocument processing.
Original Pull Request #2094
Closes #2025
2022-02-20 12:26:19 +01:00
Peter-Josef Meisch
453460fab3
Update compatibility headers documentation 2022-02-19 13:45:21 +01:00
Peter-Josef Meisch
cf380e289d
Documentation about compatibility headers.
Original Pull Request #2093
Closes #2088
2022-02-18 20:09:32 +01:00
Mark Paluch
0fa8de1bec
Prepare 4.4 M3 (2021.2.0).
See #2063
2022-02-18 11:08:48 +01:00
Peter-Josef Meisch
d34b00e436
Polishing. 2022-02-17 07:50:57 +01:00
Houtaroy
9fa1d1ddbc
Class Completion add a parameterless constructor.
Original Pull Request #2086
Closes #2085
2022-02-17 07:48:40 +01:00
Oliver Drotbohm
db59ac2a03
Adapt to changes in entity creation metadata APIs in Spring Data Commons. 2022-02-15 15:38:09 +01:00
Peter-Josef Meisch
32fa7391c4
Fix exception on property conversion with criteria exists/empty/non-empty.
Original Pull Request #2081
Closes #2080
2022-02-09 22:45:38 +01:00
Peter-Josef Meisch
e54c03d06a
Allow index names per query in bulk requests.
Original Pull Request #2079
Closes #2043
2022-02-06 11:35:32 +01:00
Peter-Josef Meisch
f092d0ac19
Upgrade to Elasticsearch 7.17.0.
Original Pull Request #2078
Closes #2077
2022-02-01 22:04:15 +01:00
pnowak85
f37eec641b
Fix IllegalArgumentException when creating custom IndicesOption with empty Option or WildcardState set.
Original Pull Request #2076
Closes #2075
2022-02-01 18:32:38 +01:00
Peter-Josef Meisch
4a0e7cc56e
Polishing 2022-01-26 21:48:05 +01:00
Onizuka
c5db583048
Implement support for reindex API.
Original Pull Request #2070 
Closes #1529
2022-01-26 20:54:00 +01:00
Peter-Josef Meisch
cf3e46bf68
Improve integration test setup.
Original Pull Request #2072
Closes #2068
2022-01-23 20:24:18 +01:00
James Mudd
1331e26279
Add example and test for @Query with Collection (#2066)
Original Pull Request: #2066
2022-01-20 19:35:40 +01:00
Onizuka
056a4a76e7
Native query with ext section for SearchPlugin.
Original Pull Request #2064 
Closes #2065
2022-01-18 20:17:18 +01:00
Christoph Strobl
80e8a5efb4
Prepare 4.4 M2 (2021.2.0).
See #2057
2022-01-18 09:09:02 +01:00
Peter-Josef Meisch
729893f297
Upgrade to Elasticsearch 7.16.3.
Original Pull Request #2060
Closes #2059
2022-01-15 12:57:57 +01:00
Christoph Strobl
8a8e2b4299
Prepare 4.4 M1 (2021.2.0).
See #2054
2022-01-14 10:57:51 +01:00
Peter-Josef Meisch
b8bda372eb
Revert breaking changes in package structure.
Original Pull Request #2052 
Closes #2051
2022-01-09 11:15:13 +01:00
Peter-Josef Meisch
09c386508e
Adapt copyright end date to 2022.
Original Pull Request #2047
Closes #2046
2022-01-01 18:50:31 +01:00
Peter-Josef Meisch
d95f62e4a4
Mappingbuilder uses the typeKey from the ElasticsearchTypeMapper instance.
Original Pull Request  #2044
2021-12-29 08:41:30 +01:00
Peter-Josef Meisch
f914d68478
Fix message in BulkFailureException. 2021-12-27 09:14:01 +01:00
Peter-Josef Meisch
25c9e9d470
Adjust documentation. 2021-12-26 13:26:31 +01:00
Peter-Josef Meisch
45e9fd7f5a
Add AfterLoad callback.
Original Pull Request #2039
Closes #2009
2021-12-26 13:11:53 +01:00
Peter-Josef Meisch
170648d467
Fix Blockhound setup for Elasticsearch 7.16, dependency version updates.
Original Pull Request #2038
2021-12-25 14:33:11 +01:00
Peter-Josef Meisch
4835df7958
Upgrade to Elasticsearch 7.16.2.
Original Pull Request #2036
Closes #2034
2021-12-19 20:52:24 +01:00
Peter-Josef Meisch
3695b23948
Polishing. 2021-12-18 19:14:24 +01:00
Anton Naydenov
9d574103e2
Remove usage of java.lang.reflect in favour of use of the PersistenceEntity.
Original Pull Request #2033 
Closes #2027
2021-12-18 19:03:38 +01:00
Peter-Josef Meisch
32030043a3
Upgrade to Elasticsearch 7.16.1.
Original Pull Request #2032 
Closes #2030
2021-12-16 08:35:28 +01:00
Peter-Josef Meisch
f7a6a97c4e
Fix FieldType mapping.
Original PullRequest #2026
Closes #2024
2021-12-13 21:32:26 +01:00
Peter-Josef Meisch
d6e966e293
Adapt to Elasticsearch 7.16.0.
Original Pull Request #2022 
Closes #2020
2021-12-10 08:58:42 +01:00
Peter-Josef Meisch
6823a18b80
Improve PropertyValueConverters on writing.
Original Pull Request #2019
Closes #2018
2021-12-05 08:41:47 +01:00
Peter-Josef Meisch
8fad48b3f9
Add reactive SearchHits implementation.
Original Pull Request #2017
Closes #2015
2021-11-30 20:47:29 +01:00
Peter-Josef Meisch
989c2807fb
Adjust @since annotation of classes moved to new package.
Original Pull Request #2014 
Closes #2010
2021-11-23 20:53:14 +01:00
Sascha Woo
49324a369a
Fix IndexOutOfBoundsException when try to map inner hits with no results returned.
Original Pull Request #1998 
Closes #1997
Co-authored-by: Peter-Josef Meisch <pj.meisch@sothawo.com>
2021-11-23 20:08:50 +01:00