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
It is possible to define a property of en entity as the id property by naming it either `id` or `document`. This behaviour is now deprecated and will produce a warning. PLease us the `@Id` annotation to mark a property as being the id property.
10
+
It is possible to define a property of en entity as the id property by naming it either `id` or `document`.
11
+
This behaviour is now deprecated and will produce a warning.
12
+
PLease us the `@Id` annotation to mark a property as being the id property.
13
+
14
+
In the `ReactiveElasticsearchClient.Indices` interface the `updateMapping` methods are deprecated in favour of the `putMapping` methods.
15
+
They do the same, but `putMapping` is consistent with the naming in the Elasticsearch API:
10
16
11
17
[[elasticsearch-migration-guide-4.0-4.1.removal]]
12
18
== Removals
13
19
14
20
.Type mappings
15
-
The _type mappings_ parameters of the `@Document` annotation and the `IndexCoordinates` object were removed. They had been deprecated in Spring Data Elasticsearch 4.0 and their values weren't used anymore.
21
+
The _type mappings_ parameters of the `@Document` annotation and the `IndexCoordinates` object were removed.
22
+
They had been deprecated in Spring Data Elasticsearch 4.0 and their values weren't used anymore.
Copy file name to clipboardExpand all lines: src/main/java/org/springframework/data/elasticsearch/client/reactive/DefaultReactiveElasticsearchClient.java
0 commit comments