You are here

search_api.index.social_groups.yml in Open Social 8.6

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. - 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. add_url:
  82. plugin_id: add_url
  83. weights:
  84. preprocess_index: -30
  85. aggregated_field:
  86. plugin_id: aggregated_field
  87. weights:
  88. add_properties: 20
  89. html_filter:
  90. plugin_id: html_filter
  91. all_fields: false
  92. fields:
  93. - field_group_description
  94. - rendered_item
  95. title: true
  96. alt: true
  97. tags:
  98. b: 2
  99. em: 1
  100. h1: 5
  101. h2: 3
  102. h3: 2
  103. strong: 2
  104. u: 1
  105. weights:
  106. preprocess_index: -10
  107. preprocess_query: -10
  108. ignore_character:
  109. plugin_id: ignore_character
  110. all_fields: false
  111. fields:
  112. - field_group_description
  113. - label
  114. - name
  115. - type
  116. ignorable: '[''¿¡!?,.:;]'
  117. strip:
  118. character_sets:
  119. Pc: Pc
  120. Pd: Pd
  121. Pe: Pe
  122. Pf: Pf
  123. Pi: Pi
  124. Po: Po
  125. Ps: Ps
  126. weights:
  127. preprocess_index: -10
  128. preprocess_query: -10
  129. ignorable_classes:
  130. - Pc
  131. - Pd
  132. - Pe
  133. - Pf
  134. - Pi
  135. - Po
  136. - Ps
  137. ignorecase:
  138. plugin_id: ignorecase
  139. all_fields: false
  140. fields:
  141. - field_group_description
  142. - label
  143. - name
  144. - rendered_item
  145. - type
  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. - field_group_description
  159. - rendered_item
  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. - field_group_description
  204. - rendered_item
  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. - field_group_description
  216. - label
  217. - rendered_item
  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