tour.tour.search-api-server.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. id: search-api-server
  2. module: search_api
  3. label: Information about a server
  4. langcode: en
  5. routes:
  6. - route_name: entity.search_api_server.canonical
  7. dependencies:
  8. module:
  9. - search_api
  10. tips:
  11. search-api-server-introduction:
  12. id: search-api-server-introduction
  13. plugin: text
  14. label: Information about a server
  15. body: This page shows a summary of a search server.
  16. weight: 1
  17. search-api-server-status:
  18. id: search-api-server-status
  19. plugin: text
  20. label: Status
  21. body: Shows whether the server is currently enabled or disabled.
  22. weight: 2
  23. attributes:
  24. data-class: search-api-server-summary--status
  25. search-api-server-backend:
  26. id: search-api-server-backend
  27. plugin: text
  28. label: Backend class
  29. 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.
  30. weight: 3
  31. attributes:
  32. data-class: search-api-server-summary--backend
  33. search-api-server-indexes:
  34. id: search-api-server-indexes
  35. plugin: text
  36. label: Search indexes
  37. body: Lists all search indexes that are attached to this server.
  38. weight: 4
  39. attributes:
  40. data-class: search-api-server-summary--indexes
  41. search-api-server-clear:
  42. id: search-api-server-clear
  43. plugin: text
  44. label: Delete all indexed data
  45. 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.
  46. weight: 5
  47. attributes:
  48. data-id: edit-clear