You are here

search_api.index.social_users.yml in Open Social 8.8

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

File

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