search_api.index.collection.yml 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. uuid: cf2ecdd8-6c34-445d-b67d-c73fe20fd65c
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - field.storage.node.body
  7. - field.storage.node.field_description
  8. - field.storage.node.field_entrees
  9. - field.storage.node.field_genres
  10. - field.storage.taxonomy_term.field_synonyms
  11. - field.storage.node.field_langues
  12. - field.storage.node.field_locuteurs
  13. - field.storage.node.field_transcript_trad
  14. - field.storage.node.field_transcript_vo
  15. - field.storage.node.field_workflow
  16. - search_api.server.edlp_db
  17. module:
  18. - taxonomy
  19. - node
  20. - search_api
  21. id: collection
  22. name: Collection
  23. description: ''
  24. read_only: false
  25. field_settings:
  26. body:
  27. label: Article
  28. datasource_id: 'entity:node'
  29. property_path: body
  30. type: text
  31. dependencies:
  32. config:
  33. - field.storage.node.body
  34. field_description:
  35. label: Description
  36. datasource_id: 'entity:node'
  37. property_path: field_description
  38. type: text
  39. boost: !!float 2
  40. dependencies:
  41. config:
  42. - field.storage.node.field_description
  43. field_entrees:
  44. label: Entrée(s)
  45. datasource_id: 'entity:node'
  46. property_path: field_entrees
  47. type: integer
  48. dependencies:
  49. config:
  50. - field.storage.node.field_entrees
  51. field_genres:
  52. label: 'Genre(s) » Taxonomy term » Name'
  53. datasource_id: 'entity:node'
  54. property_path: 'field_genres:entity:name'
  55. type: text
  56. dependencies:
  57. config:
  58. - field.storage.node.field_genres
  59. module:
  60. - taxonomy
  61. - taxonomy
  62. field_langues:
  63. label: 'Langue(s) » Taxonomy term » Name'
  64. datasource_id: 'entity:node'
  65. property_path: 'field_langues:entity:name'
  66. type: text
  67. dependencies:
  68. config:
  69. - field.storage.node.field_langues
  70. module:
  71. - taxonomy
  72. - taxonomy
  73. field_locuteurs:
  74. label: Locuteur(s)
  75. datasource_id: 'entity:node'
  76. property_path: field_locuteurs
  77. type: integer
  78. dependencies:
  79. config:
  80. - field.storage.node.field_locuteurs
  81. field_synonyms:
  82. label: 'Genre(s) » Taxonomy term » Synonyms'
  83. datasource_id: 'entity:node'
  84. property_path: 'field_genres:entity:field_synonyms'
  85. type: text
  86. dependencies:
  87. config:
  88. - field.storage.node.field_genres
  89. - field.storage.taxonomy_term.field_synonyms
  90. module:
  91. - taxonomy
  92. field_transcript_trad:
  93. label: 'Transcription (Traduction)'
  94. datasource_id: 'entity:node'
  95. property_path: field_transcript_trad
  96. type: text
  97. boost: 0.8
  98. dependencies:
  99. config:
  100. - field.storage.node.field_transcript_trad
  101. field_transcript_vo:
  102. label: 'Transcription (Version Originale)'
  103. datasource_id: 'entity:node'
  104. property_path: field_transcript_vo
  105. type: text
  106. boost: !!float 8
  107. dependencies:
  108. config:
  109. - field.storage.node.field_transcript_vo
  110. field_workflow:
  111. label: Workflow
  112. datasource_id: 'entity:node'
  113. property_path: field_workflow
  114. type: string
  115. dependencies:
  116. config:
  117. - field.storage.node.field_workflow
  118. langcode:
  119. label: Langue
  120. datasource_id: 'entity:node'
  121. property_path: langcode
  122. type: string
  123. dependencies:
  124. module:
  125. - node
  126. language_with_fallback:
  127. label: 'Language (with fallback)'
  128. property_path: language_with_fallback
  129. type: string
  130. name:
  131. label: 'Entrée(s) » Taxonomy term » Name'
  132. datasource_id: 'entity:node'
  133. property_path: 'field_entrees:entity:name'
  134. type: text
  135. dependencies:
  136. config:
  137. - field.storage.node.field_entrees
  138. module:
  139. - taxonomy
  140. - taxonomy
  141. node_grants:
  142. label: 'Node access information'
  143. property_path: search_api_node_grants
  144. type: string
  145. indexed_locked: true
  146. type_locked: true
  147. hidden: true
  148. status:
  149. label: status
  150. datasource_id: 'entity:node'
  151. property_path: status
  152. type: boolean
  153. indexed_locked: true
  154. type_locked: true
  155. dependencies:
  156. module:
  157. - node
  158. title:
  159. label: Title
  160. datasource_id: 'entity:node'
  161. property_path: title
  162. type: text
  163. boost: !!float 3
  164. dependencies:
  165. module:
  166. - node
  167. uid:
  168. label: uid
  169. datasource_id: 'entity:node'
  170. property_path: uid
  171. type: integer
  172. indexed_locked: true
  173. type_locked: true
  174. dependencies:
  175. module:
  176. - node
  177. datasource_settings:
  178. 'entity:node':
  179. bundles:
  180. default: false
  181. selected:
  182. - enregistrement
  183. languages:
  184. default: false
  185. selected:
  186. - en
  187. - fr
  188. processor_settings:
  189. add_url: { }
  190. aggregated_field: { }
  191. content_access:
  192. weights:
  193. preprocess_query: -30
  194. entity_status: { }
  195. html_filter:
  196. all_fields: false
  197. fields:
  198. - body
  199. - field_description
  200. - field_transcript_trad
  201. - field_transcript_vo
  202. title: true
  203. alt: true
  204. tags:
  205. b: 2
  206. h1: 5
  207. h2: 3
  208. h3: 2
  209. strong: 2
  210. weights:
  211. preprocess_index: -15
  212. preprocess_query: -15
  213. ignorecase:
  214. all_fields: true
  215. fields:
  216. - body
  217. - field_description
  218. - field_genres
  219. - field_langues
  220. - field_synonyms
  221. - field_transcript_trad
  222. - field_transcript_vo
  223. - field_workflow
  224. - langcode
  225. - language_with_fallback
  226. - name
  227. - title
  228. weights:
  229. preprocess_index: -20
  230. preprocess_query: -20
  231. language_with_fallback: { }
  232. rendered_item: { }
  233. reverse_entity_references: { }
  234. tokenizer:
  235. all_fields: true
  236. fields:
  237. - body
  238. - field_description
  239. - field_genres
  240. - field_langues
  241. - field_synonyms
  242. - field_transcript_trad
  243. - field_transcript_vo
  244. - name
  245. - title
  246. spaces: ''
  247. overlap_cjk: 1
  248. minimum_word_size: '3'
  249. weights:
  250. preprocess_index: -6
  251. preprocess_query: -6
  252. transliteration:
  253. all_fields: true
  254. fields:
  255. - body
  256. - field_description
  257. - field_genres
  258. - field_langues
  259. - field_synonyms
  260. - field_transcript_trad
  261. - field_transcript_vo
  262. - field_workflow
  263. - langcode
  264. - language_with_fallback
  265. - name
  266. - title
  267. weights:
  268. preprocess_index: -20
  269. preprocess_query: -20
  270. tracker_settings:
  271. default:
  272. indexing_order: lifo
  273. options:
  274. index_directly: true
  275. cron_limit: 50
  276. server: edlp_db