You are here

search_api.index.content.yml in Thunder 8.5

modules/thunder_search/config/optional/search_api.index.content.yml

File

modules/thunder_search/config/optional/search_api.index.content.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.storage.node.field_channel
  6. - field.storage.node.field_tags
  7. - search_api.server.database
  8. - core.entity_view_mode.node.search_index
  9. module:
  10. - node
  11. - user
  12. - search_api
  13. id: content
  14. name: Content
  15. description: ''
  16. read_only: false
  17. field_settings:
  18. field_channel:
  19. label: Channel
  20. datasource_id: 'entity:node'
  21. property_path: field_channel
  22. type: integer
  23. dependencies:
  24. config:
  25. - field.storage.node.field_channel
  26. field_tags:
  27. label: Tags
  28. datasource_id: 'entity:node'
  29. property_path: field_tags
  30. type: integer
  31. dependencies:
  32. config:
  33. - field.storage.node.field_tags
  34. name:
  35. label: 'Authored by » User » Name'
  36. datasource_id: 'entity:node'
  37. property_path: 'uid:entity:name'
  38. type: string
  39. dependencies:
  40. module:
  41. - node
  42. - user
  43. - user
  44. node_changed:
  45. label: Changed
  46. datasource_id: 'entity:node'
  47. property_path: changed
  48. type: date
  49. dependencies:
  50. module:
  51. - node
  52. node_grants:
  53. label: 'Node access information'
  54. property_path: search_api_node_grants
  55. type: string
  56. indexed_locked: true
  57. type_locked: true
  58. hidden: true
  59. promote:
  60. label: 'Promoted to front page'
  61. datasource_id: 'entity:node'
  62. property_path: promote
  63. type: boolean
  64. dependencies:
  65. module:
  66. - node
  67. rendered_item:
  68. label: 'Rendered HTML output'
  69. property_path: rendered_item
  70. type: text
  71. configuration:
  72. roles:
  73. anonymous: anonymous
  74. view_mode:
  75. 'entity:media':
  76. gallery: default
  77. image: default
  78. instagram: default
  79. pinterest: default
  80. twitter: default
  81. video: default
  82. 'entity:node':
  83. article: search_index
  84. page: search_index
  85. status:
  86. label: status
  87. datasource_id: 'entity:node'
  88. property_path: status
  89. type: boolean
  90. indexed_locked: true
  91. type_locked: true
  92. dependencies:
  93. module:
  94. - node
  95. sticky:
  96. label: 'Sticky at top of lists'
  97. datasource_id: 'entity:node'
  98. property_path: sticky
  99. type: boolean
  100. dependencies:
  101. module:
  102. - node
  103. title:
  104. label: Title
  105. datasource_id: 'entity:node'
  106. property_path: title
  107. type: string
  108. dependencies:
  109. module:
  110. - node
  111. type:
  112. label: 'Content type'
  113. datasource_id: 'entity:node'
  114. property_path: type
  115. type: string
  116. dependencies:
  117. module:
  118. - node
  119. uid:
  120. label: uid
  121. datasource_id: 'entity:node'
  122. property_path: uid
  123. type: integer
  124. indexed_locked: true
  125. type_locked: true
  126. dependencies:
  127. module:
  128. - node
  129. datasource_settings:
  130. 'entity:node':
  131. bundles:
  132. default: true
  133. selected: { }
  134. languages:
  135. default: true
  136. selected: { }
  137. processor_settings:
  138. add_url: { }
  139. aggregated_field: { }
  140. content_access:
  141. weights:
  142. preprocess_query: -30
  143. hierarchy:
  144. fields:
  145. field_channel: taxonomy_term-parent
  146. weights:
  147. preprocess_index: -45
  148. html_filter:
  149. all_fields: true
  150. fields:
  151. - name
  152. - rendered_item
  153. - title
  154. - type
  155. title: true
  156. alt: true
  157. tags:
  158. b: 2
  159. h1: 5
  160. h2: 3
  161. h3: 2
  162. strong: 2
  163. weights:
  164. preprocess_index: -15
  165. preprocess_query: -15
  166. ignorecase:
  167. all_fields: true
  168. fields:
  169. - name
  170. - rendered_item
  171. - title
  172. - type
  173. weights:
  174. preprocess_index: -20
  175. preprocess_query: -20
  176. rendered_item: { }
  177. tokenizer:
  178. all_fields: true
  179. fields:
  180. - rendered_item
  181. spaces: ''
  182. overlap_cjk: 1
  183. minimum_word_size: '3'
  184. weights:
  185. preprocess_index: -6
  186. preprocess_query: -6
  187. tracker_settings:
  188. default:
  189. indexing_order: fifo
  190. options:
  191. index_directly: true
  192. cron_limit: 50
  193. server: database