You are here

search_api.index.social_all.yml in Open Social 8.7

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