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
/// <para>Creates a new document in the index.</para>
19
-
/// <para>Returns a 409 response when a document with a same ID already exists in the index.</para>
20
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html">Learn more about this API in the Elasticsearch documentation.</see></para>
21
-
/// </summary>
17
+
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")]
/// <para>Creates a new document in the index.</para>
31
-
/// <para>Returns a 409 response when a document with a same ID already exists in the index.</para>
32
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Creates or updates a document in an index.</para>
43
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Creates or updates a document in an index.</para>
54
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html">Learn more about this API in the Elasticsearch documentation.</see></para>
55
-
/// </summary>
52
+
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")]
/// <para>Creates or updates a document in an index.</para>
65
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Creates or updates a document in an index.</para>
76
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Updates a document with a script or partial document.</para>
87
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-update.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Updates a document with a script or partial document.</para>
97
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-update.html">Learn more about this API in the Elasticsearch documentation.</see></para>
98
-
/// </summary>
92
+
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")]
/// <para>Updates a document with a script or partial document.</para>
110
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-update.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Updates a document with a script or partial document.</para>
123
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-update.html">Learn more about this API in the Elasticsearch documentation.</see></para>
124
-
/// </summary>
111
+
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")]
0 commit comments