Skip to content

Commit

Permalink
Update schema for 8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Nov 27, 2024
1 parent 8cacaa1 commit b13855f
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions src/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -87470,8 +87470,22 @@
}
}
],
"query": [],
"specLocation": "async_search/status/AsyncSearchStatusRequest.ts#L23-L39"
"query": [
{
"description": "Specifies how long the async search needs to be available.\nOngoing async searches and any saved search results are deleted after this period.",
"name": "keep_alive",
"required": false,
"serverDefault": "5d",
"type": {
"kind": "instance_of",
"type": {
"name": "Duration",
"namespace": "_types"
}
}
}
],
"specLocation": "async_search/status/AsyncSearchStatusRequest.ts#L24-L48"
},
{
"kind": "response",
Expand Down Expand Up @@ -88334,17 +88348,6 @@
}
}
},
{
"name": "scroll",
"required": false,
"type": {
"kind": "instance_of",
"type": {
"name": "Duration",
"namespace": "_types"
}
}
},
{
"description": "Search operation type",
"name": "search_type",
Expand Down Expand Up @@ -88493,6 +88496,7 @@
}
},
{
"description": "Indicates whether hits.total should be rendered as an integer or an object in the rest search response",
"name": "rest_total_hits_as_int",
"required": false,
"type": {
Expand Down Expand Up @@ -88627,7 +88631,7 @@
}
}
],
"specLocation": "async_search/submit/AsyncSearchSubmitRequest.ts#L55-L290"
"specLocation": "async_search/submit/AsyncSearchSubmitRequest.ts#L55-L291"
},
{
"kind": "response",
Expand Down

0 comments on commit b13855f

Please sign in to comment.