forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
99 lines
4.1 KiB
YAML
99 lines
4.1 KiB
YAML
uuid: 25e62882-f5ab-4312-9de0-ae3811a8ab03
|
|
langcode: zh-hans
|
|
status: true
|
|
dependencies:
|
|
module:
|
|
- search_api
|
|
_core:
|
|
default_config_hash: q-BlDKHfpkMa8n0wdVGgqU2xNk4DFVdbqP0-VrWYcOo
|
|
id: search-api-index
|
|
label: 'Information about an index'
|
|
module: search_api
|
|
routes:
|
|
-
|
|
route_name: entity.search_api_index.canonical
|
|
tips:
|
|
search-api-index-introduction:
|
|
id: search-api-index-introduction
|
|
plugin: text
|
|
label: 'Information about an index'
|
|
weight: 1
|
|
body: 'This page shows a summary of a search index and its status.'
|
|
search-api-index-index-status:
|
|
id: search-api-index-index-status
|
|
plugin: text
|
|
label: 索引状态
|
|
weight: 2
|
|
selector: .search-api-index-status
|
|
body: 'This gives a summary about how many items are known for this index, and how many have been indexed in their latest version. Items that are not indexed yet cannot be found by searches.'
|
|
search-api-index-status:
|
|
id: search-api-index-status
|
|
plugin: text
|
|
label: 状态
|
|
weight: 3
|
|
selector: .search-api-index-summary--status
|
|
body: 'Shows whether the index is currently enabled or disabled.'
|
|
search-api-index-datasources:
|
|
id: search-api-index-datasources
|
|
plugin: text
|
|
label: Datasources
|
|
weight: 4
|
|
selector: .search-api-index-summary--datasource
|
|
body: 'Lists all datasources that are enabled for this index.'
|
|
search-api-index-tracker:
|
|
id: search-api-index-tracker
|
|
plugin: text
|
|
label: 过往文章
|
|
weight: 5
|
|
selector: .search-api-index-summary--tracker
|
|
body: 'The tracker used by the index. Only one ("Default") is available by default.'
|
|
search-api-index-server:
|
|
id: search-api-index-server
|
|
plugin: text
|
|
label: 服务器
|
|
weight: 6
|
|
selector: .search-api-index-summary--server
|
|
body: 'If the index is attached to a server, this server is listed here.'
|
|
search-api-index-server-index-status:
|
|
id: search-api-index-server-index-status
|
|
plugin: text
|
|
label: 服务器索引状态
|
|
weight: 7
|
|
selector: .search-api-index-summary--server-index-status
|
|
body: 'For enabled indexes, the number of items that can actually be retrieved from the server is listed here. For reasons why this number might differ from the number under "Index status", <a href="https://www.drupal.org/node/2009804#server-index-status">see the module''s documentation</a>.'
|
|
search-api-index-cron-batch-size:
|
|
id: search-api-index-cron-batch-size
|
|
plugin: text
|
|
label: 计划任务批次大小
|
|
weight: 8
|
|
selector: .search-api-index-summary--cron-batch-size
|
|
body: 'The number of items that will be indexed at once during cron runs.'
|
|
search-api-index-index-now:
|
|
id: search-api-index-remove
|
|
plugin: text
|
|
label: 立即开始索引
|
|
weight: 9
|
|
selector: '#edit-index'
|
|
body: 'The "Start indexing now" form allows indexing items manually right away, with a batch process. Otherwise, items are only indexed during cron runs. The form might be disabled if indexing is currently not possible for some reason, or not necessary.'
|
|
search-api-index-tracking:
|
|
id: search-api-index-tracking
|
|
plugin: text
|
|
label: 'Track items for index'
|
|
weight: 10
|
|
selector: '#edit-tracking'
|
|
body: 'In certain situations, the index''s tracker doesn''t have the latest state of the items available for indexing. This will be automatically rectified during cron runs, but can also be manually triggered here, with the "Track now" button.'
|
|
search-api-index-reindex:
|
|
id: search-api-index-reindex
|
|
plugin: text
|
|
label: 'Queue all items for reindexing'
|
|
weight: 11
|
|
selector: '#edit-reindex'
|
|
body: 'This will queue all items on this index for reindexing. Previously indexed data will remain on the search server, so searches on this index will continue to yield results.'
|
|
search-api-index-clear:
|
|
id: search-api-index-clear
|
|
plugin: text
|
|
label: 清除已索引的数据
|
|
weight: 12
|
|
selector: '#edit-clear'
|
|
body: 'This will remove all indexed content for this index from the search server and queue it for reindexing. Searches on this index will not return any results until items are reindexed.'
|