You are here

search_api.index.default_solr_index.yml in Search API Solr 8

search_api_solr_defaults/config/optional/search_api.index.default_solr_index.yml

File

search_api_solr_defaults/config/optional/search_api.index.default_solr_index.yml
View source
  1. id: default_solr_index
  2. name: 'Default Solr content index'
  3. description: 'Default content index created by the Solr Search Defaults module'
  4. read_only: false
  5. field_settings:
  6. title:
  7. label: Title
  8. type: text
  9. datasource_id: 'entity:node'
  10. property_path: title
  11. boost: 8
  12. rendered_item:
  13. label: 'Rendered item'
  14. type: text
  15. property_path: rendered_item
  16. configuration:
  17. roles:
  18. anonymous: anonymous
  19. view_mode:
  20. 'entity:node':
  21. article: search_index
  22. page: search_index
  23. created:
  24. label: 'Authored on'
  25. type: date
  26. datasource_id: 'entity:node'
  27. property_path: created
  28. changed:
  29. label: Changed
  30. type: date
  31. datasource_id: 'entity:node'
  32. property_path: changed
  33. status:
  34. label: 'Publishing status'
  35. type: boolean
  36. datasource_id: 'entity:node'
  37. property_path: status
  38. index_locked: true
  39. type_locked: true
  40. sticky:
  41. label: 'Sticky at top of lists'
  42. type: boolean
  43. datasource_id: 'entity:node'
  44. property_path: sticky
  45. field_tags:
  46. label: Tags
  47. type: integer
  48. datasource_id: 'entity:node'
  49. property_path: 'field_tags'
  50. author:
  51. label: 'Author name'
  52. type: string
  53. datasource_id: 'entity:node'
  54. property_path: 'uid:entity:name'
  55. uid:
  56. label: 'Author ID'
  57. type: integer
  58. datasource_id: 'entity:node'
  59. property_path: uid
  60. index_locked: true
  61. type_locked: true
  62. node_grants:
  63. label: 'Node access information'
  64. type: string
  65. property_path: search_api_node_grants
  66. index_locked: true
  67. type_locked: true
  68. hidden: true
  69. type:
  70. label: 'Content type'
  71. type: string
  72. datasource_id: 'entity:node'
  73. property_path: type
  74. processor_settings:
  75. add_url:
  76. weights:
  77. preprocess_index: -30
  78. aggregated_field:
  79. weights:
  80. add_properties: 20
  81. content_access:
  82. weights:
  83. preprocess_index: -6
  84. preprocess_query: -4
  85. html_filter:
  86. weights:
  87. preprocess_index: -3
  88. preprocess_query: -6
  89. fields:
  90. - rendered_item
  91. title: true
  92. alt: true
  93. tags:
  94. h1: 5
  95. h2: 3
  96. h3: 2
  97. string: 2
  98. b: 2
  99. entity_status:
  100. weights:
  101. preprocess_index: -10
  102. rendered_item:
  103. weights:
  104. add_properties: 0
  105. pre_index_save: -10
  106. options:
  107. index_directly: true
  108. cron_limit: 50
  109. datasource_settings:
  110. 'entity:node': { }
  111. tracker_settings:
  112. 'default': { }
  113. server: default_solr_server
  114. status: true
  115. langcode: en
  116. dependencies:
  117. config:
  118. - field.field.node.article.field_tags
  119. - search_api.server.default_solr_server
  120. module:
  121. - node