search.schema.yml

drupal/core/modules/search/config/schema/search.schema.yml

File

drupal/core/modules/search/config/schema/search.schema.yml
View source
  1. # Schema for the configuration files of the search module.
  2. search.settings:
  3. type: mapping
  4. label: 'Search settings'
  5. mapping:
  6. active_modules:
  7. type: sequence
  8. label: 'Active search modules'
  9. sequence:
  10. - type: string
  11. label: 'Module'
  12. and_or_limit:
  13. type: integer
  14. label: 'AND/OR combination limit'
  15. default_module:
  16. type: string
  17. label: 'Default search module'
  18. index:
  19. type: mapping
  20. label: 'Indexing settings'
  21. mapping:
  22. cron_limit:
  23. type: integer
  24. label: 'Number of items to index per cron run'
  25. overlap_cjk:
  26. type: boolean
  27. label: 'Simple CJK handling'
  28. minimum_word_size:
  29. type: integer
  30. label: 'Minimum word length to index'
  31. tag_weights:
  32. type: mapping
  33. label: 'HTML tags weight'
  34. mapping:
  35. h1:
  36. type: integer
  37. label: 'Tag h1 weight'
  38. h2:
  39. type: integer
  40. label: 'Tag h2 weight'
  41. h3:
  42. type: integer
  43. label: 'Tag h3 weight'
  44. h4:
  45. type: integer
  46. label: 'Tag h4 weight'
  47. h5:
  48. type: integer
  49. label: 'Tag h5 weight'
  50. h6:
  51. type: integer
  52. label: 'Tag h6 weight'
  53. u:
  54. type: integer
  55. label: 'Tag u weight'
  56. b:
  57. type: integer
  58. label: 'Tag b weight'
  59. i:
  60. type: integer
  61. label: 'Tag i weight'
  62. strong:
  63. type: integer
  64. label: 'Tag strong weight'
  65. em:
  66. type: integer
  67. label: 'Tag em weight'
  68. a:
  69. type: integer
  70. label: 'Tag a weight'