豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 1.24 KB

File metadata and controls

10 lines (9 loc) · 1.24 KB

Terminology

  • connector client - specific light-weight connector implementation, open-code. Connector clients can be built by Elastic or Community.
  • native connector - a connector client built and supported by Elastic, made available by default on Elastic Cloud.
  • connector service - the app that runs the asynchronous loop that calls Elasticsearch on a regular basis to check whether syncs need to happen.
  • connector packages - a previous version of the connector clients specific to Workplace Search. Refer to the 8.3 branch if you're looking for connector packages. Also, read more about them in the custom connector packages guide.
  • data source - file/database/service that provides data to be ingested into Elasticsearch.
  • connector index - .elastic-connectors, the index to hold connector definitions, e.g. name, service type, configuration, scheduling, etc..
  • connector job index - .elastic-connectors-sync-jobs, the index to hold sync job history.
  • connector content index - The index to hold data for a connector. It has prefix search-, and is set in index_name of connector index.