> For the complete documentation index, see [llms.txt](https://docs.reorc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reorc.com/cn-reorc-help-center/data-ingestion/lian-jie-yuan-lei-xing/elastic-search.md).

# Elastic Search

#### Data Source

具体来源数据库，如 `ym_elasticsearch_default` 表示默认的 ElasticSearch 集群。

#### Index

Index 名字

#### Doc Type

type 名字，目前 ElasticSearch 的版本中，Doc Type 均填写 `_doc`, 下次更新会去掉该字段。

#### Query

查询语句，用的是 ElasticSearch 支持的语法，默认查询所有记录

#### Fields

要查询的数据字段，用英文逗号分隔

#### Meta Fields

元字段，Elasticsearch 中为 `_index`, `_type`, `_id` 三个，勾选后会查询相应的字段

#### Scan Keyword Arguments

传给 helpers.scan 函数的参数， 输入一个 JSON 字符串，具体用法见[官方文档](https://bit.ly/2q3doqQ)。

#### Transform

在 Transform 中详细说明
