Still testing

This commit is contained in:
Josh Mock
2024-11-20 11:39:21 -06:00
parent be8fc5ae83
commit 15a43f3747
115 changed files with 609 additions and 818 deletions

View File

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