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: docs/reference.asciidoc
+4-2
Original file line number
Diff line number
Diff line change
@@ -2444,6 +2444,8 @@ aggregation for its associated searches. You can retrieve these stats using
2444
2444
the indices stats API.
2445
2445
** *`wait_for_completion_timeout` (Optional, string | -1 | 0)*: Blocks and waits until the search is completed up to a certain timeout.
2446
2446
When the async search completes within the timeout, the response won’t include the ID as the results are not stored in the cluster.
2447
+
** *`keep_alive` (Optional, string | -1 | 0)*: Specifies how long the async search needs to be available.
2448
+
Ongoing async searches and any saved search results are deleted after this period.
2447
2449
** *`keep_on_completion` (Optional, boolean)*: If `true`, results are stored for later retrieval when the search completes within the `wait_for_completion_timeout`.
2448
2450
** *`allow_no_indices` (Optional, boolean)*: Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
2449
2451
** *`allow_partial_search_results` (Optional, boolean)*: Indicate if an error should be returned if there is a partial search failure or timeout
** *`inference_id` (string)*: The unique identifier of the inference endpoint.
7745
7747
** *`task_type` (Optional, Enum("sparse_embedding" | "text_embedding" | "rerank" | "completion"))*: The type of inference task that the model performs.
0 commit comments