You are here

search_api.index.social_content.yml in Open Social 8.6

modules/social_features/social_search/config/install/search_api.index.social_content.yml

File

modules/social_features/social_search/config/install/search_api.index.social_content.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - node
  6. - search_api
  7. config:
  8. - field.storage.node.field_event_date
  9. - field.storage.node.field_event_date_end
  10. - search_api.server.social_database
  11. - core.entity_view_mode.node.search_index
  12. id: social_content
  13. name: 'Social Content'
  14. description: 'Default content index created for the Social distribution.'
  15. read_only: false
  16. field_settings:
  17. created:
  18. label: 'Authored on'
  19. datasource_id: 'entity:node'
  20. property_path: created
  21. type: date
  22. dependencies:
  23. module:
  24. - node
  25. field_event_date:
  26. label: Start
  27. datasource_id: 'entity:node'
  28. property_path: field_event_date
  29. type: date
  30. dependencies:
  31. config:
  32. - field.storage.node.field_event_date
  33. field_event_date_end:
  34. label: End
  35. datasource_id: 'entity:node'
  36. property_path: field_event_date_end
  37. type: date
  38. dependencies:
  39. config:
  40. - field.storage.node.field_event_date_end
  41. node_grants:
  42. label: 'Node access information'
  43. property_path: search_api_node_grants
  44. type: string
  45. indexed_locked: true
  46. type_locked: true
  47. hidden: true
  48. rendered_item:
  49. label: 'Rendered HTML output'
  50. property_path: rendered_item
  51. type: text
  52. configuration:
  53. roles:
  54. anonymous: anonymous
  55. view_mode:
  56. 'entity:node':
  57. book: search_index
  58. event: search_index
  59. page: search_index
  60. topic: search_index
  61. status:
  62. label: 'Publishing status'
  63. datasource_id: 'entity:node'
  64. property_path: status
  65. type: boolean
  66. indexed_locked: true
  67. type_locked: true
  68. dependencies:
  69. module:
  70. - node
  71. title:
  72. label: Title
  73. datasource_id: 'entity:node'
  74. property_path: title
  75. type: text
  76. boost: !!float 21
  77. dependencies:
  78. module:
  79. - node
  80. type:
  81. label: Type
  82. datasource_id: 'entity:node'
  83. property_path: type
  84. type: text
  85. boost: !!float 13
  86. dependencies:
  87. module:
  88. - node
  89. uid:
  90. label: 'Authored by'
  91. datasource_id: 'entity:node'
  92. property_path: uid
  93. type: integer
  94. indexed_locked: true
  95. type_locked: true
  96. dependencies:
  97. module:
  98. - node
  99. datasource_settings:
  100. 'entity:node':
  101. plugin_id: 'entity:node'
  102. bundles:
  103. default: true
  104. selected: { }
  105. languages:
  106. default: true
  107. selected: { }
  108. processor_settings:
  109. add_url:
  110. plugin_id: add_url
  111. weights:
  112. preprocess_index: -30
  113. aggregated_field:
  114. plugin_id: aggregated_field
  115. weights:
  116. add_properties: 20
  117. content_access:
  118. plugin_id: content_access
  119. weights:
  120. preprocess_index: -10
  121. preprocess_query: -10
  122. html_filter:
  123. plugin_id: html_filter
  124. all_fields: false
  125. fields:
  126. - rendered_item
  127. title: true
  128. alt: true
  129. tags:
  130. b: 2
  131. em: 1
  132. h1: 5
  133. h2: 3
  134. h3: 2
  135. strong: 2
  136. u: 1
  137. weights:
  138. preprocess_index: -10
  139. preprocess_query: -10
  140. ignorecase:
  141. plugin_id: ignorecase
  142. all_fields: false
  143. fields:
  144. - rendered_item
  145. - title
  146. weights:
  147. preprocess_index: -10
  148. preprocess_query: -10
  149. rendered_item:
  150. plugin_id: rendered_item
  151. weights:
  152. add_properties: 0
  153. pre_index_save: -10
  154. stopwords:
  155. plugin_id: stopwords
  156. all_fields: false
  157. fields:
  158. - rendered_item
  159. - title
  160. stopwords:
  161. - a
  162. - an
  163. - and
  164. - are
  165. - as
  166. - at
  167. - be
  168. - but
  169. - by
  170. - for
  171. - if
  172. - in
  173. - into
  174. - is
  175. - it
  176. - 'no'
  177. - not
  178. - of
  179. - 'on'
  180. - or
  181. - s
  182. - such
  183. - t
  184. - that
  185. - the
  186. - their
  187. - then
  188. - there
  189. - these
  190. - they
  191. - this
  192. - to
  193. - was
  194. - will
  195. - with
  196. weights:
  197. preprocess_index: -5
  198. preprocess_query: -2
  199. tokenizer:
  200. plugin_id: tokenizer
  201. all_fields: false
  202. fields:
  203. - rendered_item
  204. - title
  205. spaces: ''
  206. overlap_cjk: 1
  207. minimum_word_size: '3'
  208. weights:
  209. preprocess_index: -6
  210. preprocess_query: -6
  211. transliteration:
  212. plugin_id: transliteration
  213. all_fields: false
  214. fields:
  215. - rendered_item
  216. - title
  217. weights:
  218. preprocess_index: -10
  219. preprocess_query: -10
  220. tracker_settings:
  221. default:
  222. indexing_order: fifo
  223. options:
  224. index_directly: false
  225. cron_limit: 50
  226. server: social_database