You are here

search_api.index.social_groups.yml in Open Social 8.8

modules/social_features/social_search/config/features_removal/search_api.index.social_groups.yml

File

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