Hisoka-X commented on code in PR #9150:
URL: https://github.com/apache/seatunnel/pull/9150#discussion_r2041314002
##########
docs/en/connector-v2/source/Elasticsearch.md:
##########
@@ -30,7 +30,7 @@ support version >= 2.x and <= 8.x.
| index_list | array | no | used to define a multiple
table task |
| source | array | no | -
|
| query | json | no | {"match_all": {}}
|
-| search_type | json | no | Search method,sql or
dsl,default dsl |
+| search_type | json | no | Search
method,SQL、PIT、SCROLL,default SCROLL |
Review Comment:
`search_type` and `search_api_type` not same.
`search_type` : SQL, DSL
`search_api_type`: SCROLL, PIT
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]