search_api.index.collection.yml 6.1 KB

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