1571 Commits

Author SHA1 Message Date
Peter-Josef Meisch
0b4c5b4155
Remove TransportClient.
Original Pull Request #1992 
Closes #1958
2021-11-12 20:33:29 +01:00
Peter-Josef Meisch
35c608b546
fix package name 2021-11-12 19:23:50 +01:00
Peter-Josef Meisch
94c95ee4da
Move classes using Elasticsearch code to separate package.
Original Pull Request #1991 
Closes #1947
2021-11-12 17:30:57 +01:00
Jens Schauder
3eff80e745
After release cleanups.
See #1965
2021-11-12 10:59:45 +01:00
Jens Schauder
faff216132
Prepare next development iteration.
See #1965
2021-11-12 10:59:42 +01:00
Jens Schauder
08f7ad85ca
Release version 4.3 GA (2021.1.0).
See #1965
4.3.0
2021-11-12 10:49:37 +01:00
Jens Schauder
4db496ca4e
Prepare 4.3 GA (2021.1.0).
See #1965
2021-11-12 10:49:16 +01:00
Peter-Josef Meisch
9353de13ee
Upgrade to Elasticsearch 7.15.2.
Original Pull Request #1985
Closes #1984
2021-11-11 17:08:59 +01:00
Peter-Josef Meisch
5717d6ee57
Documentation for bulk errors.
Original Pull Request #1982 
Closes #1981
2021-11-01 08:57:32 +01:00
Peter-Josef Meisch
bbee64c8a4
Upgrade to Elasticsearch 7.15.1.
Original Pull Request #1980 
Closes #1979
2021-10-30 21:27:44 +02:00
Peter-Josef Meisch
5cf38d064f
Remove reflective access to java.time classes.
Original Pull Request #1970 
Closes #1969
2021-10-30 17:34:49 +02:00
Anton Naydenov
8894dd3d21
Added RefreshPolicy setter to the AbstractElasticsearchTemplate copy method.
Original Pull Request #1976 
Closes #1978
2021-10-26 19:12:53 +02:00
jongchan lee
f1b4a54bc2
Add scrolltime condition when using SearchRequest.
Original Pull Request #1975
Closes #1974
2021-10-26 18:23:29 +02:00
Peter-Josef Meisch
c37bbd5a7e
Add possibility to define runtime fields in a search request.
Original Pull Request #1972
Closes #1971
2021-10-24 20:01:43 +02:00
Peter-Josef Meisch
2b5ab64724
Revert Testcontainers to 1.15.3.
the update causes issues when running on macOS, the started containers are not reliably reachable
2021-10-24 17:40:35 +02:00
Peter-Josef Meisch
0d943069e3
Upgrade Testcontainers to 1.16.1.
Original Pull Request #1968
Closes #1967
2021-10-19 17:39:28 +02:00
Mark Paluch
ceadec0a3c
After release cleanups.
See #1937
2021-10-18 13:55:43 +02:00
Mark Paluch
9b2ff56dad
Prepare next development iteration.
See #1937
2021-10-18 13:55:39 +02:00
Mark Paluch
d221fa8c49
Release version 4.3 RC1 (2021.1.0).
See #1937
4.3.0-RC1
2021-10-18 13:48:15 +02:00
Mark Paluch
c4fd0acbc6
Prepare 4.3 RC1 (2021.1.0).
See #1937
2021-10-18 13:47:48 +02:00
Peter-Josef Meisch
288705ca72
Support field exclusion from source.
Original Pull Request #1962 
Closes #769
2021-10-16 13:01:14 +02:00
Mark Paluch
59fdbbeb19
Upgrade to Maven Wrapper 3.8.3.
See #1960
2021-10-11 14:30:32 +02:00
Peter-Josef Meisch
4a8e012e04
Don't expose ElasticsearchStatusException.
Original Pull Request #1959 
Closes #1957
2021-10-11 12:38:55 +02:00
Peter-Josef Meisch
2450d579e9
Support different routing for each id in multiget.
Original Pull Request #1956 
Closes #1954
2021-10-09 19:43:16 +02:00
Peter-Josef Meisch
5e4ce56414
Update documentation 2021-10-08 13:44:58 +02:00
Peter-Josef Meisch
b8f8a60fd7
Custom Order class with specific parameters for Elasticsearch.
Original Pull Request #1955 
Closes #1911
2021-10-08 13:38:22 +02:00
Peter-Josef Meisch
7ae55b9e75
Add custom property converters.
Original Pull Request #1953 
Closes #1945
2021-10-05 21:31:41 +02:00
Steven
464fc31d87
AbstractElasticsearchTemplate.searchForStream use Query scrolltime.
Original Pull Request #1951 
Closes #1950
2021-10-03 19:08:49 +02:00
Peter-Josef Meisch
175e7b51ae
Add repository search for nullable or empty properties.
Original Pull Request #1946 
Closes #1909
2021-09-25 14:51:40 +02:00
Peter-Josef Meisch
b8ae9b4a83
switch other config from jdk 16 to 17.
Original Pull Request #1944 
Closes #1942
2021-09-23 23:19:56 +02:00
Peter-Josef Meisch
53581a9a79
Upgrade to Elasticsearch 7.15.0.
Original Pull Request #1943 
Closes #1941
2021-09-23 23:11:11 +02:00
Peter-Josef Meisch
d9b23ede70
Remove Elasticsearch classes from suggest response data.
Original Pull Request #1940 
Closes #1302
2021-09-21 21:15:09 +02:00
Steven
d1528ed67f
Add @QueryAnnotation meta annotation to @Query.
Original Pull Request #1939 
Closes #1938
2021-09-21 19:49:18 +02:00
Mark Paluch
c436c4cd63
After release cleanups.
See #1899
2021-09-17 09:52:22 +02:00
Mark Paluch
8907be835f
Prepare next development iteration.
See #1899
2021-09-17 09:52:19 +02:00
Mark Paluch
1d291aeeff
Release version 4.3 M3 (2021.1.0).
See #1899
4.3.0-M3
2021-09-17 09:44:58 +02:00
Mark Paluch
56b1343ee7
Prepare 4.3 M3 (2021.1.0).
See #1899
2021-09-17 09:44:35 +02:00
Christoph Strobl
bf165a663a Change visibility of PersistentEntitiesFactoryBean.
Closes: #1934
2021-09-16 08:08:55 +02:00
Peter-Josef Meisch
35b6efebf3
Update documentation 2021-09-14 21:45:00 +02:00
Peter-Josef Meisch
3128fab595
upgrade to Elasticsearch 7.14.1.
Original Pull Request #1933 
Closes #1892
2021-09-14 21:38:45 +02:00
Peter-Josef Meisch
fa66702980
MappingElasticsearchConverter cleanup.
Original Pull Request #1931
Closes #1923
2021-09-11 11:51:05 +02:00
Peter-Josef Meisch
8ab84fcc7a
Improve client configuration callbacks.
Original Pull Request #1930 
Closes #1929
2021-09-10 17:20:15 +02:00
Peter-Josef Meisch
7c35e5327e
Fix MappingElasticsearchConverter memory leak.
Original Pull Request #1928
Closes #1924
2021-09-10 16:04:40 +02:00
Peter-Josef Meisch
6941e31ba4
Polishing 2021-09-10 08:29:52 +02:00
Nic Hines
3b8f0c9d56
Change mapping of connectionRequestTimeout to ConnPool leaseTimeout.
Original Pull Request: #1925 
Closes: #1926
2021-09-10 08:10:45 +02:00
Peter-Josef Meisch
64624aec70
Encapsulate client specific aggregation return types.
Original Pull Request #1921
Closes #1920
2021-09-04 13:20:01 +02:00
Peter-Josef Meisch
e71758686c
Fix @Query method implementation for unpaged queries.
Original Pull Request #1919 
Closes #1917
2021-09-03 21:36:57 +02:00
Jade Peng
35c7ef4fed
Correct indexName comment.
Original Pull Request #1916
2021-09-01 20:36:08 +02:00
Peter-Josef Meisch
305d930870
Remove org.elasticsearch dependencies from API classes.
Original Pull Request #1913
Closes #1884
Closes #1885
2021-08-30 21:37:04 +02:00
Daniel Franco
e688fc70e0
Update maven wrapper version to 3.8.2
Original Pull Request #1905
2021-08-26 20:13:19 +02:00