You are here

search_api.index.social_content.yml in Open Social 8.4

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