2018-11-01 07:41:25 +00:00
uuid : 82362c80-6016-4246-a2c2-49fdf05fc78f
2018-11-01 01:17:20 +00:00
langcode : en
status : true
dependencies :
module :
- search_api
_core :
default_config_hash : j-YgGnx-C5I3OTFsDsNkTyPC8zH7ZQyBMvmZ6gUMH3Q
2018-08-22 18:22:21 +00:00
id : search-api-server
2018-10-12 22:34:15 +00:00
label : 'Information about a server'
2018-11-01 01:17:20 +00:00
module : search_api
2018-08-22 18:22:21 +00:00
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
2022-03-07 02:22:24 +00:00
body : 'This page shows a summary of a search server.'
2018-08-22 18:22:21 +00:00
search-api-server-status :
id : search-api-server-status
plugin : text
label : Status
weight : 2
2022-03-07 02:22:24 +00:00
body : 'Shows whether the server is currently enabled or disabled.'
selector : .search-api-server-summary--status
2018-08-22 18:22:21 +00:00
search-api-server-backend :
id : search-api-server-backend
plugin : text
label : 'Backend class'
weight : 3
2022-03-07 02:22:24 +00:00
body : 'The backend plugin used for this server. The backend plugin determines how items are indexed and searched – for example, using the database or an Apache Solr server.'
selector : .search-api-server-summary--backend
2018-08-22 18:22:21 +00:00
search-api-server-indexes :
id : search-api-server-indexes
plugin : text
label : 'Search indexes'
weight : 4
2022-03-07 02:22:24 +00:00
body : 'Lists all search indexes that are attached to this server.'
selector : .search-api-server-summary--indexes
2018-08-22 18:22:21 +00:00
search-api-server-clear :
id : search-api-server-clear
plugin : text
label : 'Delete all indexed data'
weight : 5
2024-02-15 14:18:46 +00:00
body : "This will permanently remove all data currently indexed on this server for indexes that aren't read-only. Items are queued for reindexing. Until reindexing occurs, searches for the affected indexes will not return any results."
2022-03-07 02:22:24 +00:00
selector : '#edit-clear'