You are here

search_api.index.social_all.yml in Open Social 8

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

File

modules/social_features/social_search/config/install/search_api.index.social_all.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.storage.group.field_group_description
  6. - field.storage.group.field_group_location
  7. - field.storage.profile.field_profile_expertise
  8. - field.storage.profile.field_profile_interests
  9. - field.storage.profile.field_profile_profile_tag
  10. - search_api.server.social_database
  11. - core.entity_view_mode.group.teaser
  12. - core.entity_view_mode.node.search_index
  13. - core.entity_view_mode.profile.search_index
  14. module:
  15. - user
  16. - search_api
  17. - social_search
  18. - node
  19. - group
  20. - profile
  21. id: social_all
  22. name: 'Social all'
  23. description: 'All content index created for the Social distribution.'
  24. read_only: false
  25. field_settings:
  26. rendered_item:
  27. label: 'Rendered HTML output'
  28. property_path: rendered_item
  29. type: text
  30. configuration:
  31. roles:
  32. anonymous: anonymous
  33. view_mode:
  34. 'entity:node':
  35. book: search_index
  36. event: search_index
  37. page: search_index
  38. topic: search_index
  39. 'entity:group':
  40. closed_group: teaser
  41. open_group: teaser
  42. 'entity:profile':
  43. profile: search_index
  44. node_grants:
  45. label: 'Node access information'
  46. property_path: search_api_node_grants
  47. type: string
  48. indexed_locked: true
  49. type_locked: true
  50. hidden: true
  51. type:
  52. label: 'Content type'
  53. datasource_id: 'entity:node'
  54. property_path: type
  55. type: string
  56. status:
  57. label: 'Publishing status'
  58. datasource_id: 'entity:node'
  59. property_path: status
  60. type: boolean
  61. indexed_locked: true
  62. type_locked: true
  63. title:
  64. label: Title
  65. datasource_id: 'entity:node'
  66. property_path: title
  67. type: string
  68. uid:
  69. label: 'Authored by'
  70. datasource_id: 'entity:node'
  71. property_path: uid
  72. type: integer
  73. indexed_locked: true
  74. type_locked: true
  75. created:
  76. label: 'Authored on'
  77. datasource_id: 'entity:node'
  78. property_path: created
  79. type: date
  80. label:
  81. label: Title
  82. datasource_id: 'entity:group'
  83. property_path: label
  84. type: string
  85. uid_1:
  86. label: 'Group creator'
  87. datasource_id: 'entity:group'
  88. property_path: uid
  89. type: integer
  90. created_1:
  91. label: 'Created on'
  92. datasource_id: 'entity:group'
  93. property_path: created
  94. type: date
  95. field_group_description:
  96. label: Description
  97. datasource_id: 'entity:group'
  98. property_path: field_group_description
  99. type: text
  100. dependencies:
  101. config:
  102. - field.storage.group.field_group_description
  103. field_group_location:
  104. label: 'Location name'
  105. datasource_id: 'entity:group'
  106. property_path: field_group_location
  107. type: string
  108. dependencies:
  109. config:
  110. - field.storage.group.field_group_location
  111. field_profile_expertise:
  112. label: Expertise
  113. datasource_id: 'entity:profile'
  114. property_path: field_profile_expertise
  115. type: integer
  116. dependencies:
  117. config:
  118. - field.storage.profile.field_profile_expertise
  119. field_profile_interests:
  120. label: Interests
  121. datasource_id: 'entity:profile'
  122. property_path: field_profile_interests
  123. type: integer
  124. dependencies:
  125. config:
  126. - field.storage.profile.field_profile_interests
  127. field_profile_profile_tag:
  128. label: 'Profile tag'
  129. datasource_id: 'entity:profile'
  130. property_path: field_profile_profile_tag
  131. type: integer
  132. dependencies:
  133. config:
  134. - field.storage.profile.field_profile_profile_tag
  135. uid_2:
  136. label: Owner
  137. datasource_id: 'entity:profile'
  138. property_path: uid
  139. type: integer
  140. name:
  141. label: 'Owner » User » Name'
  142. datasource_id: 'entity:profile'
  143. property_path: 'uid:entity:name'
  144. type: text
  145. boost: !!float 2
  146. dependencies:
  147. module:
  148. - user
  149. user_status:
  150. label: 'Owner » User » User status'
  151. datasource_id: 'entity:profile'
  152. property_path: 'uid:entity:status'
  153. type: boolean
  154. dependencies:
  155. module:
  156. - user
  157. datasource_settings:
  158. 'entity:node':
  159. bundles:
  160. default: true
  161. selected: { }
  162. languages:
  163. default: true
  164. selected: { }
  165. 'entity:group':
  166. bundles:
  167. default: true
  168. selected: { }
  169. languages:
  170. default: true
  171. selected: { }
  172. 'entity:profile':
  173. bundles:
  174. default: true
  175. selected: { }
  176. processor_settings:
  177. add_url: { }
  178. aggregated_field: { }
  179. content_access:
  180. weights:
  181. preprocess_query: -30
  182. html_filter:
  183. all_fields: false
  184. fields:
  185. - rendered_item
  186. - type
  187. - title
  188. - label
  189. - field_group_description
  190. - field_group_location
  191. - name
  192. title: true
  193. alt: true
  194. tags:
  195. h1: 5
  196. h2: 3
  197. h3: 2
  198. strong: 2
  199. b: 2
  200. em: 1
  201. u: 1
  202. weights:
  203. preprocess_index: -15
  204. preprocess_query: -15
  205. ignorecase:
  206. all_fields: false
  207. fields:
  208. - rendered_item
  209. - type
  210. - title
  211. - label
  212. - field_group_description
  213. - field_group_location
  214. - name
  215. weights:
  216. preprocess_index: -20
  217. preprocess_query: -20
  218. rendered_item: { }
  219. stopwords:
  220. all_fields: false
  221. fields:
  222. - rendered_item
  223. - field_group_description
  224. stopwords:
  225. - a
  226. - an
  227. - and
  228. - are
  229. - as
  230. - at
  231. - be
  232. - but
  233. - by
  234. - for
  235. - if
  236. - in
  237. - into
  238. - is
  239. - it
  240. - 'no'
  241. - not
  242. - of
  243. - 'on'
  244. - or
  245. - s
  246. - such
  247. - t
  248. - that
  249. - the
  250. - their
  251. - then
  252. - there
  253. - these
  254. - they
  255. - this
  256. - to
  257. - was
  258. - will
  259. - with
  260. weights:
  261. preprocess_index: -5
  262. preprocess_query: -2
  263. tokenizer:
  264. all_fields: false
  265. fields:
  266. - rendered_item
  267. - field_group_description
  268. spaces: ''
  269. overlap_cjk: 1
  270. minimum_word_size: '3'
  271. weights:
  272. preprocess_index: -6
  273. preprocess_query: -6
  274. transliteration:
  275. all_fields: false
  276. fields:
  277. - rendered_item
  278. - type
  279. - title
  280. - label
  281. - field_group_description
  282. - field_group_location
  283. - name
  284. weights:
  285. preprocess_index: -20
  286. preprocess_query: -20
  287. super_user:
  288. weights:
  289. preprocess_query: 30
  290. blocked_users:
  291. weights:
  292. preprocess_query: -30
  293. tracker_settings:
  294. default:
  295. indexing_order: fifo
  296. options:
  297. index_directly: true
  298. cron_limit: 50
  299. server: social_database