Commit Graph
612 Commits
Author SHA1 Message Date
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 bbee64c8a4 Upgrade to Elasticsearch 7.15.1.
Original Pull Request #1980 
Closes #1979
2021-10-30 21:27:44 +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
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 288705ca72 Support field exclusion from source.
Original Pull Request #1962 
Closes #769
2021-10-16 13:01:14 +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 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
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 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
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 8ab84fcc7a Improve client configuration callbacks.
Original Pull Request #1930 
Closes #1929
2021-09-10 17:20:15 +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
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
Peter-Josef Meisch 50f2d83442 Upgrade to Elasticsearch 7.13.4.
Original Pull Request #1900
Closes #1896
2021-08-12 20:38:27 +02:00
Peter-Josef Meisch 36b449c385 Fix NPE on IndexQuery with source and version.
Original Pull Request #1894
Closes #1893
2021-08-06 20:02:13 +02:00
Peter-Josef Meisch 1c8e0e03d3 Make integration tests configurable to use different containers.
Original Pull Request: #1888 
Closes #1882
2021-08-01 19:36:57 +02:00
Sascha Woo f74dd879df Move dynamic mapping parameter configuration to @Document and @Field.
Original Pull Request #1872
Closes #1871
2021-07-20 07:51:39 +02:00
Peter-Josef Meisch 27094724dc Use registered converters for parameters of @Query annotated methods.
Original Pull Request #1867 
Closes #1866
2021-07-14 19:31:30 +02:00
Peter-Josef Meisch 7c340bc9a2 Polishing and documentation. 2021-07-12 21:22:01 +02:00
Sascha Woo 271e1eee0d Add native support for range field types by using a range object
Original Pull Request #1863
Closes #1862
2021-07-12 20:15:35 +02:00
Peter-Josef Meisch 66d13444aa Add TestContainers configuration.
Original Pull Request #1861 
Closes #1860
2021-07-05 20:20:11 +02:00
Niklas Herder 6f84a1c589 Support collection parameters in @Query methods.
Original Pull Request #1856 
Closes #1858
2021-07-03 13:42:56 +02:00
Peter-Josef Meisch bc4c913a97 Make CompletionField annotation composable.
Original Pull Request #1841
Closes #1836
2021-06-06 21:14:20 +02:00
Peter-Josef Meisch 44e7ab63b0 Dependency cleanup and minor updates.
Original Pull Request #1829
Closes #1828
2021-05-24 14:47:47 +02:00
Peter-Josef Meisch 67d084beea Improve integration test time.
Original Pull Request #1827 
Closes #1826
2021-05-24 12:29:53 +02:00
Peter-Josef Meisch 7582617a26 Fix reactive blocking calls.
Original Pull Request #1825 
Closes #1824
2021-05-22 17:16:16 +02:00
Peter-Josef Meisch e8f73b75ba Add Blockhound to test setup.
Original Pull Request #1823
Closes #1822
2021-05-21 15:29:08 +02:00
Peter-Josef Meisch 0836411d45 Add runtime fields to index mapping.
Original Pull Request: #1820 
Closes: #1816
2021-05-19 21:38:48 +02:00
Peter-Josef Meisch 25b323c00d source_filter and fields fixes.
Original Pull Request #1819 
Closes #1817
2021-05-18 21:47:47 +02:00
Peter-Josef Meisch 33bc36d111 Add inner_hits support to the collapse field in NativeSearchQuery.
Original Pull Request #1815
Closes #1498
2021-05-15 22:31:45 +02:00
Peter-Josef Meisch e96d09fa51 SearchPage result in StringQuery methods.
Original Pull Request #1812
Closes #1811
2021-05-13 16:48:57 +02:00
Peter-Josef Meisch 38b1763b34 datatype detection support in mapping.
Original Pull Request #1810
Closes #638
2021-05-13 10:26:24 +02:00
Peter-Josef Meisch df0d65eda2 Add pipeline aggregations to NativeSearchQuery.
Original Pull Request #1809 
Closes #1255
2021-05-11 23:21:26 +02:00
Peter-Josef Meisch be93ebd6a6 Can use @ScriptedFields annotated property as ctor parameter in records and Kotlin data classes.
Original Pull Request #1802 
Closes #1488
2021-05-07 08:14:13 +02:00
Peter-Josef Meisch 159687e241 Improve handling of immutable classes.
Original Pull Request #1801
Closes #1800
2021-05-03 21:45:22 +02:00
Peter-Josef Meisch 502ce0b6aa Add requestCache parameter to Query implementations.
Original Pull Request #1799
Closes #1564
2021-05-01 21:20:07 +02:00
Peter-Josef Meisch 775bf66401 Refactor DefaultReactiveElasticsearchClient to do request customization with the WebClient. (#1795)
Original Pull Request #1795 
Closes #1794
2021-04-30 06:48:07 +02:00
Peter-Josef Meisch f8fbf7721a Escape strings with quotes in custom query parameters. (#1793)
Original Pull Request #1793 
Closes #1790
2021-04-28 21:46:10 +02:00
Peter-Josef Meisch a2ca312fb2 Search with MoreLikeThisQuery should use Pageable.
Original Pull Request #1789
Closes #1787
2021-04-26 22:26:39 +02:00
Peter-Josef Meisch 91742b1114 Allow disabling TypeHints.
Original Pull Request #1788
Closes #1788
2021-04-25 21:57:13 +02:00
Peter-Josef Meisch e193e1672b Remove deprecated code.
Original Pull Request #1782
Closes #1781
2021-04-19 18:02:02 +02:00
Peter-Josef Meisch 79087c4ada Custom property names must be used in SourceFilter and source fields.
Original Pull Request #1780 
Closes #1778
2021-04-18 14:08:45 +02:00
Peter-Josef Meisch 7ace63485d DynamicMapping annotation should be applicable to any object field.
Original Pull Request #1779
Closes #1767
2021-04-17 14:53:12 +02:00
Peter-Josef Meisch d561c91678 Introduce cluster operations.
Original Pull Request: #1768 
Closes #1390
2021-04-11 11:05:37 +02:00
Peter-Josef Meisch 4782414596 CriteriaQuery must use nested query only with properties of type nested.
Original Pull Request #1763
Closes #1761
2021-04-06 20:50:24 +02:00
Peter-Josef Meisch ab73c68ca9 Nested Criteria queries must consider sub-fields.
Original Pull Request #1760 
Closes #1758
2021-04-05 15:42:02 +02:00