Fix number type links

This commit is contained in:
Josh Mock
2024-11-20 13:07:25 -06:00
parent d9938f7973
commit 7a997b3405
114 changed files with 834 additions and 834 deletions

View File

@ -49,7 +49,7 @@ Translates SQL into Elasticsearch queries
<pre>
++++
interface SqlTranslateRequest extends <<RequestBase>> {
fetch_size?: <<_integer, integer>>
fetch_size?: <<integer>>
filter?: <<QueryDslQueryContainer>>
query: string
time_zone?: <<TimeZone>>
@ -68,7 +68,7 @@ interface SqlTranslateRequest extends <<RequestBase>> {
++++
interface SqlTranslateResponse {
aggregations?: Record<string, <<AggregationsAggregationContainer>>>
size?: <<_long, long>>
size?: <<long>>
_source?: SearchSourceConfig
fields?: (<<QueryDslFieldAndFormat>> | <<Field>>)[]
query?: <<QueryDslQueryContainer>>