You are here

search_api.index.social_groups.yml in Open Social 8.5

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

File

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