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
/// Indicates when the async search completed. Only present
53
-
/// when the search has completed.
52
+
/// Indicates when the async search completed.
53
+
/// It is present only when the search has completed.
54
54
/// </para>
55
55
/// </summary>
56
56
[JsonInclude,JsonPropertyName("completion_time")]
@@ -82,15 +82,18 @@ public sealed partial class AsyncSearchStatusResponse : ElasticsearchResponse
82
82
/// <summary>
83
83
/// <para>
84
84
/// Indicates whether the search is still running or has completed.
85
-
/// NOTE: If the search failed after some shards returned their results or the node that is coordinating the async search dies, results may be partial even though <c>is_running</c> is <c>false</c>.
85
+
/// </para>
86
+
/// <para>
87
+
/// info
88
+
/// If the search failed after some shards returned their results or the node that is coordinating the async search dies, results may be partial even though <c>is_running</c> is <c>false</c>.
86
89
/// </para>
87
90
/// </summary>
88
91
[JsonInclude,JsonPropertyName("is_running")]
89
92
publicboolIsRunning{get;init;}
90
93
91
94
/// <summary>
92
95
/// <para>
93
-
/// Indicates how many shards have run the query so far.
96
+
/// The number of shards that have run the query so far.
Copy file name to clipboardExpand all lines: src/Elastic.Clients.Elasticsearch/_Generated/Api/AsyncSearch/GetAsyncSearchResponse.g.cs
+6-3
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@ public sealed partial class GetAsyncSearchResponse<TDocument> : ElasticsearchRes
30
30
{
31
31
/// <summary>
32
32
/// <para>
33
-
/// Indicates when the async search completed. Only present
34
-
/// when the search has completed.
33
+
/// Indicates when the async search completed.
34
+
/// It is present only when the search has completed.
35
35
/// </para>
36
36
/// </summary>
37
37
[JsonInclude,JsonPropertyName("completion_time")]
@@ -63,7 +63,10 @@ public sealed partial class GetAsyncSearchResponse<TDocument> : ElasticsearchRes
63
63
/// <summary>
64
64
/// <para>
65
65
/// Indicates whether the search is still running or has completed.
66
-
/// NOTE: If the search failed after some shards returned their results or the node that is coordinating the async search dies, results may be partial even though <c>is_running</c> is <c>false</c>.
66
+
/// </para>
67
+
/// <para>
68
+
/// info
69
+
/// If the search failed after some shards returned their results or the node that is coordinating the async search dies, results may be partial even though <c>is_running</c> is <c>false</c>.
0 commit comments