1043 Commits

Author SHA1 Message Date
Mark Paluch
06f2103c2e
Updated changelog.
See #1774
2021-05-14 12:06:43 +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
3a900599f2
Add documentation about FieldType.Auto.
Original Pull Request #1807 
Closes #1803
2021-05-10 18:46:35 +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
5b6789539c
Upgrade to Elasticsearch 7.12.1.
Original Pull Request #1796
Closes #1792
2021-04-30 21:18:25 +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
8b7f0f8327
Fix documentation.
Original Pull Request #1786 
Closes #1785
2021-04-23 09:38:05 +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
Mark Paluch
03da6535cd
Prepare 4.2 GA (2021.0.0).
See #1750
2021-04-14 14:18:22 +02:00
Mark Paluch
4e6df37e2a
Updated changelog.
See #1750
2021-04-14 14:18:19 +02:00
Mark Paluch
58f1012874
Updated changelog.
See #1751
2021-04-14 11:43:34 +02:00
Mark Paluch
84391ae62a
Updated changelog.
See #1730
2021-04-14 11:17:43 +02:00
Peter-Josef Meisch
010c0cb6ad
Remove @Persistent from entity-scan include filters (#1772)
Original PR: #1772 
Closes: #1771
2021-04-13 20:53:39 +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
58bca88386
Fix reactive connection handling.
Original Pull Request #1766
Closes #1759
2021-04-08 22:00:46 +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
Peter-Josef Meisch
2bd4ef75cf
CriteriaQuery must support nested queries.
Original Pull Request: #1757 
Closes #1753
2021-04-03 15:31:04 +02:00
Peter-Josef Meisch
4ad002746e
#1755-Documentation-fix-to-not-show-deprecated-calls.
Original Pull Request #1756 
Closes #1755
2021-04-03 08:53:40 +02:00
Rahul Lokurte
d66f8a0650
Documentation fix: Types are in the process of being removed.
Original Pull Request: #1754
2021-04-03 08:25:54 +02:00
Mark Paluch
dfc68cd33b
Updated changelog.
See #1731
2021-03-31 18:30:46 +02:00
Mark Paluch
76d979cbba
Prepare 4.2 RC1 (2021.0.0).
See #1699
2021-03-31 17:04:35 +02:00
Mark Paluch
0c4f0d8af9
Updated changelog.
See #1699
2021-03-31 17:04:31 +02:00
Peter-Josef Meisch
19ecf89455
Upgrade to Elasticsearch 7.12.0.
Original Pull Request #1749
Closes #1741
2021-03-28 16:16:41 +02:00
Peter-Josef Meisch
2e9bef0edb
Configure index settings with @Setting annotation.
Original Pull Request #1748
Closes #1719
2021-03-28 13:24:52 +02:00
Peter-Josef Meisch
13ab2b9e95
Automatically close scroll context when returning streamed results.
Original Pull Request #1746
Closes #1745
2021-03-27 15:44:46 +01:00
Peter-Josef Meisch
a3e87a8525
Upgrade to OpenWebBeans 2.
Original Pull Request #1737 
Closes #1736
2021-03-21 21:31:14 +01:00
Peter-Josef Meisch
843fd4db85
Remove lombok.
Original Pull Request #1735 
Closes #1734
2021-03-21 18:36:38 +01:00
Peter-Josef Meisch
ebac4c097c
Polishing. 2021-03-17 22:43:09 +01:00
Sascha Woo
31b488d08f
Allow multiple date formats for date fields.
Original Pull Request #1728 
Closes #1727
2021-03-17 22:39:12 +01:00
Mark Paluch
a89fd89d12
Prepare 4.2 M5 (2021.0.0).
See #1709
2021-03-17 11:17:27 +01:00
Mark Paluch
28fe9ee25b
Updated changelog.
See #1709
2021-03-17 11:17:25 +01:00
Mark Paluch
6e3579d1fe
Updated changelog.
See #1702
2021-03-17 11:03:41 +01:00
Mark Paluch
83314880e4
Updated changelog.
See #1697
2021-03-17 10:35:14 +01:00
Peter-Josef Meisch
98a8d1a5ac
Polishing 2021-03-16 22:36:57 +01:00
Lukáš Vasek
005d6a4d6f
Added SearchTemplate support for reactive client
Original Pull Request #1726
Closes #1725
2021-03-16 21:37:55 +01:00
Peter-Josef Meisch
120eed02ee
Polishing. 2021-03-13 17:50:33 +01:00
peermuellerxw
b289d5f974
Add Rescore functionality.
Original Pull Request #1688
Closes #1686
2021-03-13 15:52:14 +01:00
Peter-Josef Meisch
eb816cce87
Polishing. 2021-03-11 19:13:34 +01:00
Matt Gilene
4dc8b2589a
Add matched_queries field to SearchHit.
Original Pull Request #1722 
Closes #1514
2021-03-11 18:32:37 +01:00
Peter-Josef Meisch
3f39f5d5b7
Use correct classes in reactive operations.
Original Pull Request #1724 
Closes #1721
2021-03-07 13:28:21 +01:00