forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
50 lines
1.7 KiB
YAML
50 lines
1.7 KiB
YAML
uuid: 2220417b-5dea-4f09-a4cc-1c646cf666f9
|
|
langcode: zh-hans
|
|
status: true
|
|
dependencies:
|
|
module:
|
|
- search_api
|
|
_core:
|
|
default_config_hash: j-YgGnx-C5I3OTFsDsNkTyPC8zH7ZQyBMvmZ6gUMH3Q
|
|
id: search-api-server
|
|
label: 'Information about a server'
|
|
module: search_api
|
|
routes:
|
|
-
|
|
route_name: entity.search_api_server.canonical
|
|
tips:
|
|
search-api-server-introduction:
|
|
id: search-api-server-introduction
|
|
plugin: text
|
|
label: 'Information about a server'
|
|
weight: 1
|
|
body: 'This page shows a summary of a search server.'
|
|
search-api-server-status:
|
|
id: search-api-server-status
|
|
plugin: text
|
|
label: 状态
|
|
weight: 2
|
|
selector: .search-api-server-summary--status
|
|
body: 'Shows whether the server is currently enabled or disabled.'
|
|
search-api-server-backend:
|
|
id: search-api-server-backend
|
|
plugin: text
|
|
label: 后端类
|
|
weight: 3
|
|
selector: .search-api-server-summary--backend
|
|
body: '此服务器使用的后端插件。后端插件决定了项目索引和搜索的方式 - 例如,使用数据库还是 Apache Solr 服务器。'
|
|
search-api-server-indexes:
|
|
id: search-api-server-indexes
|
|
plugin: text
|
|
label: 'Search indexes'
|
|
weight: 4
|
|
selector: .search-api-server-summary--indexes
|
|
body: 'Lists all search indexes that are attached to this server.'
|
|
search-api-server-clear:
|
|
id: search-api-server-clear
|
|
plugin: text
|
|
label: 删除已索引的全部数据
|
|
weight: 5
|
|
selector: '#edit-clear'
|
|
body: 这将永久删除此服务器中已索引的全部非只读数据。项目将会重新排入索引的队列。在重新进行索引之前,搜索所影响的索引将不会返回任何结果。
|