Skip to content

Commit 494485e

Browse files
committed
[DOCS] Minor text fixes
1 parent 0f112c2 commit 494485e

File tree

5 files changed

+14
-12
lines changed

5 files changed

+14
-12
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/esql/async_query_get/AsyncQueryGetResponse.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ export class Response {
2828
*/
2929
is_running: boolean
3030
/**
31-
* Indicates whether the query returned partial result, e.g. because if was stopped.
31+
* Indicates whether the query returned partial result.
32+
* For example, this can occur because the query was stopped.
3233
*/
3334
is_partial: boolean
3435
}

specification/esql/async_query_stop/AsyncQueryStopRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ import { Id } from '@_types/common'
2222

2323
/**
2424
* Stop async ES|QL query.
25-
* Interrupts the query execution and returns the results so far.
25+
*
26+
* This API interrupts the query execution and returns the results so far.
2627
* If the Elasticsearch security features are enabled, only the user who first submitted the ES|QL query can stop it.
2728
* @rest_spec_name esql.async_query_stop
2829
* @availability stack since=8.18.0 stability=stable visibility=public

specification/esql/async_query_stop/AsyncQueryStopResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class Response {
2828
*/
2929
is_running: boolean
3030
/**
31-
* Indicates whether the query returned partial result, e.g. because if was stopped.
31+
* Indicates whether the query returned partial result.
3232
* This will be false if the query completed before the stop command was issued.
3333
*/
3434
is_partial: boolean

0 commit comments

Comments
 (0)