You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/asciidoc/reference/elasticsearch-migration-guide-4.2-4.3.adoc
+1
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ Currently this will be a `org
44
44
.springframework.data.elasticsearch.core.clients.elasticsearch7.ElasticsearchAggregations` object; later different implementations will be available.
45
45
The same change has been done to the `ReactiveSearchOperations.aggregate()` functions, the now return a `Flux<AggregationContainer<?>>`.
46
46
Programs using the aggregations need to be changed to cast the returned value to the appropriate class to further proces it.
47
+
* methods that might have thrown a `org.elasticsearch.ElasticsearchStatusException` now will throw `org.springframework.data.elasticsearch.RestStatusException` instead.
47
48
48
49
=== Handling of field and sourceFilter properties of Query
Copy file name to clipboardExpand all lines: src/main/java/org/springframework/data/elasticsearch/client/reactive/DefaultReactiveElasticsearchClient.java
Copy file name to clipboardExpand all lines: src/test/java/org/springframework/data/elasticsearch/client/reactive/DefaultReactiveElasticsearchClientTest.java
Copy file name to clipboardExpand all lines: src/test/java/org/springframework/data/elasticsearch/client/reactive/ReactiveElasticsearchClientIntegrationTests.java
0 commit comments