forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
45 lines
1.8 KiB
YAML
45 lines
1.8 KiB
YAML
uuid: 945ea6c7-f3e2-40e1-93d1-618cee6bcf8c
|
|
langcode: zh-hans
|
|
status: true
|
|
dependencies:
|
|
module:
|
|
- search_api
|
|
_core:
|
|
default_config_hash: wiTKND8Vi_2guGPCSCjciyClZs7LVIQ_ruTzlkE_Bg0
|
|
id: search-api-server-form
|
|
label: 'Add or edit a Search API server'
|
|
module: search_api
|
|
routes:
|
|
-
|
|
route_name: entity.search_api_server.add_form
|
|
-
|
|
route_name: entity.search_api_server.edit_form
|
|
tips:
|
|
search-api-server-form-introduction:
|
|
id: search-api-server-form-introduction
|
|
plugin: text
|
|
label: 'Adding or editing a Server'
|
|
weight: 1
|
|
body: 'This form can be used to edit an existing server or add a new server to your site. Servers will hold your indexed data.'
|
|
search-api-server-form-name:
|
|
id: search-api-server-form-name
|
|
plugin: text
|
|
label: 服务器名称
|
|
weight: 2
|
|
selector: '#edit-name'
|
|
body: 'Enter a name to identify this server. For example, "Solr server". This will only be displayed in the admin user interface.'
|
|
search-api-server-form-description:
|
|
id: search-api-server-form-description
|
|
plugin: text
|
|
label: 服务器描述
|
|
weight: 3
|
|
selector: '#edit-description'
|
|
body: 'Optionally, enter a description to explain the function of the server in more detail. This will only be displayed in the admin user interface.'
|
|
search-api-server-form-backend:
|
|
id: search-api-server-form-backend
|
|
plugin: text
|
|
label: 服务器后端
|
|
weight: 4
|
|
selector: '#edit-backend'
|
|
body: '服务器可以基于不同的技术,这称之为“后端”。服务器只能使用一种后端,而且之后不能更改。启用了“数据库搜索”模块后,可以使用“数据库”后端。另外一种比较常用的后端是 <a href="https://www.drupal.org/project/search_api_solr">Solr</a>,不过该服务器本身需要单独设置。'
|