You are here

search_api.index.social_all.yml in Open Social 8.6

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. add_url: { }
  240. aggregated_field: { }
  241. blocked_users:
  242. weights:
  243. preprocess_query: -30
  244. content_access:
  245. weights:
  246. preprocess_query: -30
  247. html_filter:
  248. all_fields: false
  249. fields:
  250. - field_group_description
  251. - field_group_location
  252. - label
  253. - name
  254. - rendered_item
  255. - title
  256. - type
  257. title: true
  258. alt: true
  259. tags:
  260. b: 2
  261. em: 1
  262. h1: 5
  263. h2: 3
  264. h3: 2
  265. strong: 2
  266. u: 1
  267. weights:
  268. preprocess_index: -15
  269. preprocess_query: -15
  270. ignorecase:
  271. all_fields: false
  272. fields:
  273. - field_group_description
  274. - field_group_location
  275. - field_profile_first_name
  276. - field_profile_last_name
  277. - label
  278. - name
  279. - rendered_item
  280. - title
  281. - type
  282. weights:
  283. preprocess_index: -20
  284. preprocess_query: -20
  285. rendered_item: { }
  286. stopwords:
  287. all_fields: false
  288. fields:
  289. - field_group_description
  290. - rendered_item
  291. stopwords:
  292. - a
  293. - an
  294. - and
  295. - are
  296. - as
  297. - at
  298. - be
  299. - but
  300. - by
  301. - for
  302. - if
  303. - in
  304. - into
  305. - is
  306. - it
  307. - 'no'
  308. - not
  309. - of
  310. - 'on'
  311. - or
  312. - s
  313. - such
  314. - t
  315. - that
  316. - the
  317. - their
  318. - then
  319. - there
  320. - these
  321. - they
  322. - this
  323. - to
  324. - was
  325. - will
  326. - with
  327. weights:
  328. preprocess_index: -5
  329. preprocess_query: -2
  330. super_user:
  331. weights:
  332. preprocess_query: 30
  333. tokenizer:
  334. all_fields: false
  335. fields:
  336. - field_group_description
  337. - field_profile_first_name
  338. - field_profile_last_name
  339. - rendered_item
  340. spaces: ''
  341. overlap_cjk: 1
  342. minimum_word_size: '3'
  343. weights:
  344. preprocess_index: -6
  345. preprocess_query: -6
  346. transliteration:
  347. all_fields: false
  348. fields:
  349. - field_group_description
  350. - field_group_location
  351. - field_profile_first_name
  352. - field_profile_last_name
  353. - label
  354. - name
  355. - rendered_item
  356. - title
  357. - type
  358. weights:
  359. preprocess_index: -20
  360. preprocess_query: -20
  361. tracker_settings:
  362. default:
  363. indexing_order: fifo
  364. options:
  365. index_directly: false
  366. cron_limit: 50
  367. server: social_database