search_api.index.collection.yml 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  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.taxonomy_term.field_synonyms
  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. field_langues:
  62. label: 'Langue(s) » Taxonomy term » Name'
  63. datasource_id: 'entity:node'
  64. property_path: 'field_langues:entity:name'
  65. type: text
  66. dependencies:
  67. config:
  68. - field.storage.node.field_langues
  69. module:
  70. - taxonomy
  71. field_locuteurs:
  72. label: Locuteur(s)
  73. datasource_id: 'entity:node'
  74. property_path: field_locuteurs
  75. type: integer
  76. dependencies:
  77. config:
  78. - field.storage.node.field_locuteurs
  79. field_synonyms:
  80. label: 'Genre(s) » Taxonomy term » Synonyms'
  81. datasource_id: 'entity:node'
  82. property_path: 'field_genres:entity:field_synonyms'
  83. type: text
  84. dependencies:
  85. config:
  86. - field.storage.node.field_genres
  87. - field.storage.taxonomy_term.field_synonyms
  88. module:
  89. - taxonomy
  90. field_transcript_trad:
  91. label: 'Transcription (Traduction)'
  92. datasource_id: 'entity:node'
  93. property_path: field_transcript_trad
  94. type: text
  95. boost: 0.8
  96. dependencies:
  97. config:
  98. - field.storage.node.field_transcript_trad
  99. field_transcript_vo:
  100. label: 'Transcription (Version Originale)'
  101. datasource_id: 'entity:node'
  102. property_path: field_transcript_vo
  103. type: text
  104. boost: !!float 8
  105. dependencies:
  106. config:
  107. - field.storage.node.field_transcript_vo
  108. field_workflow:
  109. label: Workflow
  110. datasource_id: 'entity:node'
  111. property_path: field_workflow
  112. type: string
  113. dependencies:
  114. config:
  115. - field.storage.node.field_workflow
  116. langcode:
  117. label: Langue
  118. datasource_id: 'entity:node'
  119. property_path: langcode
  120. type: string
  121. dependencies:
  122. module:
  123. - node
  124. language_with_fallback:
  125. label: 'Language (with fallback)'
  126. property_path: language_with_fallback
  127. type: string
  128. name:
  129. label: 'Entrée(s) » Taxonomy term » Name'
  130. datasource_id: 'entity:node'
  131. property_path: 'field_entrees:entity:name'
  132. type: text
  133. dependencies:
  134. config:
  135. - field.storage.node.field_entrees
  136. module:
  137. - taxonomy
  138. node_grants:
  139. label: 'Node access information'
  140. property_path: search_api_node_grants
  141. type: string
  142. indexed_locked: true
  143. type_locked: true
  144. hidden: true
  145. status:
  146. label: status
  147. datasource_id: 'entity:node'
  148. property_path: status
  149. type: boolean
  150. indexed_locked: true
  151. type_locked: true
  152. dependencies:
  153. module:
  154. - node
  155. title:
  156. label: Title
  157. datasource_id: 'entity:node'
  158. property_path: title
  159. type: text
  160. boost: !!float 3
  161. dependencies:
  162. module:
  163. - node
  164. uid:
  165. label: uid
  166. datasource_id: 'entity:node'
  167. property_path: uid
  168. type: integer
  169. indexed_locked: true
  170. type_locked: true
  171. dependencies:
  172. module:
  173. - node
  174. datasource_settings:
  175. 'entity:node':
  176. bundles:
  177. default: false
  178. selected:
  179. - enregistrement
  180. languages:
  181. default: false
  182. selected:
  183. - en
  184. - fr
  185. processor_settings:
  186. add_url: { }
  187. aggregated_field: { }
  188. content_access:
  189. weights:
  190. preprocess_query: -30
  191. entity_status: { }
  192. html_filter:
  193. weights:
  194. preprocess_index: -15
  195. preprocess_query: -15
  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. ignorecase:
  211. weights:
  212. preprocess_index: -20
  213. preprocess_query: -20
  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. language_with_fallback: { }
  229. rendered_item: { }
  230. reverse_entity_references: { }
  231. tokenizer:
  232. weights:
  233. preprocess_index: -6
  234. preprocess_query: -6
  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. transliteration:
  250. weights:
  251. preprocess_index: -20
  252. preprocess_query: -20
  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. tracker_settings:
  268. default:
  269. indexing_order: lifo
  270. options:
  271. cron_limit: 50
  272. index_directly: true
  273. track_changes_in_references: true
  274. server: edlp_db