You are here

search_api.index.social_content.yml in Open Social 8.5

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. bundles:
  69. default: true
  70. selected: { }
  71. languages:
  72. default: true
  73. selected: { }
  74. processor_settings:
  75. add_url:
  76. plugin_id: add_url
  77. weights:
  78. preprocess_index: -30
  79. aggregated_field:
  80. plugin_id: aggregated_field
  81. weights:
  82. add_properties: 20
  83. content_access:
  84. plugin_id: content_access
  85. weights:
  86. preprocess_index: -10
  87. preprocess_query: -10
  88. html_filter:
  89. plugin_id: html_filter
  90. all_fields: false
  91. fields:
  92. - rendered_item
  93. title: true
  94. alt: true
  95. tags:
  96. h1: 5
  97. h2: 3
  98. h3: 2
  99. strong: 2
  100. b: 2
  101. em: 1
  102. u: 1
  103. weights:
  104. preprocess_index: -10
  105. preprocess_query: -10
  106. ignorecase:
  107. plugin_id: ignorecase
  108. all_fields: false
  109. fields:
  110. - title
  111. - rendered_item
  112. weights:
  113. preprocess_index: -10
  114. preprocess_query: -10
  115. rendered_item:
  116. plugin_id: rendered_item
  117. weights:
  118. add_properties: 0
  119. pre_index_save: -10
  120. stopwords:
  121. plugin_id: stopwords
  122. all_fields: false
  123. fields:
  124. - title
  125. - rendered_item
  126. stopwords:
  127. - a
  128. - an
  129. - and
  130. - are
  131. - as
  132. - at
  133. - be
  134. - but
  135. - by
  136. - for
  137. - if
  138. - in
  139. - into
  140. - is
  141. - it
  142. - 'no'
  143. - not
  144. - of
  145. - 'on'
  146. - or
  147. - s
  148. - such
  149. - t
  150. - that
  151. - the
  152. - their
  153. - then
  154. - there
  155. - these
  156. - they
  157. - this
  158. - to
  159. - was
  160. - will
  161. - with
  162. weights:
  163. preprocess_index: -5
  164. preprocess_query: -2
  165. tokenizer:
  166. plugin_id: tokenizer
  167. all_fields: false
  168. fields:
  169. - title
  170. - rendered_item
  171. spaces: ''
  172. overlap_cjk: 1
  173. minimum_word_size: '3'
  174. weights:
  175. preprocess_index: -6
  176. preprocess_query: -6
  177. transliteration:
  178. plugin_id: transliteration
  179. all_fields: false
  180. fields:
  181. - title
  182. - rendered_item
  183. weights:
  184. preprocess_index: -10
  185. preprocess_query: -10
  186. tracker_settings:
  187. default:
  188. indexing_order: fifo
  189. options:
  190. index_directly: false
  191. cron_limit: 50
  192. server: social_database