You are here

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

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. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - search_api_solr
  6. - node
  7. - user
  8. - search_api
  9. config:
  10. - field.storage.node.field_tags
  11. - search_api.server.default_solr_server
  12. - core.entity_view_mode.node.search_index
  13. third_party_settings:
  14. search_api_solr:
  15. finalize: false
  16. commit_before_finalize: false
  17. commit_after_finalize: false
  18. highlighter:
  19. maxAnalyzedChars: 51200
  20. fragmenter: regex
  21. regex:
  22. slop: 0.5
  23. pattern: blank
  24. maxAnalyzedChars: 10000
  25. usePhraseHighlighter: true
  26. highlightMultiTerm: true
  27. preserveMulti: false
  28. highlight:
  29. mergeContiguous: false
  30. requireFieldMatch: false
  31. snippets: 3
  32. fragsize: 0
  33. advanced:
  34. index_prefix: ''
  35. id: default_solr_index
  36. name: 'Default Solr content index'
  37. description: 'Default content index created by the Solr Search Defaults module'
  38. read_only: false
  39. field_settings:
  40. author:
  41. label: 'Author name'
  42. datasource_id: 'entity:node'
  43. property_path: 'uid:entity:name'
  44. type: string
  45. dependencies:
  46. module:
  47. - node
  48. - user
  49. - user
  50. changed:
  51. label: Changed
  52. datasource_id: 'entity:node'
  53. property_path: changed
  54. type: date
  55. dependencies:
  56. module:
  57. - node
  58. created:
  59. label: 'Authored on'
  60. datasource_id: 'entity:node'
  61. property_path: created
  62. type: date
  63. dependencies:
  64. module:
  65. - node
  66. field_tags:
  67. label: Tags
  68. datasource_id: 'entity:node'
  69. property_path: field_tags
  70. type: integer
  71. dependencies:
  72. config:
  73. - field.storage.node.field_tags
  74. node_grants:
  75. label: 'Node access information'
  76. property_path: search_api_node_grants
  77. type: string
  78. indexed_locked: true
  79. type_locked: true
  80. hidden: true
  81. rendered_item:
  82. label: 'Rendered item'
  83. property_path: rendered_item
  84. type: text
  85. configuration:
  86. roles:
  87. anonymous: anonymous
  88. view_mode:
  89. 'entity:node':
  90. article: search_index
  91. page: search_index
  92. status:
  93. label: 'Publishing status'
  94. datasource_id: 'entity:node'
  95. property_path: status
  96. type: boolean
  97. indexed_locked: true
  98. type_locked: true
  99. dependencies:
  100. module:
  101. - node
  102. sticky:
  103. label: 'Sticky at top of lists'
  104. datasource_id: 'entity:node'
  105. property_path: sticky
  106. type: boolean
  107. dependencies:
  108. module:
  109. - node
  110. title:
  111. label: Title
  112. datasource_id: 'entity:node'
  113. property_path: title
  114. type: text
  115. boost: !!float 8
  116. dependencies:
  117. module:
  118. - node
  119. type:
  120. label: 'Content type'
  121. datasource_id: 'entity:node'
  122. property_path: type
  123. type: string
  124. dependencies:
  125. module:
  126. - node
  127. uid:
  128. label: 'Author ID'
  129. datasource_id: 'entity:node'
  130. property_path: uid
  131. type: integer
  132. indexed_locked: true
  133. type_locked: true
  134. dependencies:
  135. module:
  136. - node
  137. datasource_settings:
  138. 'entity:node':
  139. bundles:
  140. default: true
  141. selected: { }
  142. languages:
  143. default: true
  144. selected: { }
  145. processor_settings:
  146. add_url:
  147. weights:
  148. preprocess_index: -30
  149. aggregated_field:
  150. weights:
  151. add_properties: 20
  152. content_access:
  153. weights:
  154. preprocess_index: -6
  155. preprocess_query: -4
  156. entity_status:
  157. weights:
  158. preprocess_index: -10
  159. html_filter:
  160. weights:
  161. preprocess_index: -3
  162. preprocess_query: -6
  163. fields:
  164. - rendered_item
  165. title: true
  166. alt: true
  167. tags:
  168. b: 2
  169. h1: 5
  170. h2: 3
  171. h3: 2
  172. string: 2
  173. all_fields: false
  174. rendered_item:
  175. weights:
  176. add_properties: 0
  177. pre_index_save: -10
  178. solr_date_range: { }
  179. tracker_settings:
  180. default:
  181. indexing_order: fifo
  182. options:
  183. index_directly: true
  184. cron_limit: 50
  185. server: default_solr_server