This repository has been archived on 2022-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
opencase/config/optional/tour.tour.search-api-server...

50 lines
1.7 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

uuid: 9869fb2b-360a-4904-aa8a-d8f7a2d7ce3c
langcode: en
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: Status
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: 'Backend class'
weight: 3
selector: .search-api-server-summary--backend
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.'
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: 'Delete all indexed data'
weight: 5
selector: '#edit-clear'
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.'