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>
15
+
/// <para>Returns a 409 response when a document with a same ID already exists in the index.</para>
16
+
/// <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 a new document in the index.</para>
27
+
/// <para>Returns a 409 response when a document with a same ID already exists in the index.</para>
28
+
/// <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>
39
+
/// <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>
50
+
/// <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>
61
+
/// <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>
72
+
/// <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>
83
+
/// <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>
93
+
/// <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>
104
+
/// <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>
// TODO - Add methods to infer index and/or ID + use expressions as we know the document type.
113
+
/// <summary>
114
+
/// <para>Updates a document with a script or partial document.</para>
115
+
/// <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>
126
+
/// <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>
136
+
/// <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>
0 commit comments