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.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. ignorecase:
  187. all_fields: true
  188. fields:
  189. - body
  190. - field_description
  191. - field_genres
  192. - field_langues
  193. - field_synonyms
  194. - field_transcript_trad
  195. - field_transcript_vo
  196. - field_workflow
  197. - langcode
  198. - language_with_fallback
  199. - name
  200. - title
  201. weights:
  202. preprocess_index: -20
  203. preprocess_query: -20
  204. add_url: { }
  205. tokenizer:
  206. all_fields: true
  207. fields:
  208. - body
  209. - field_description
  210. - field_genres
  211. - field_langues
  212. - field_synonyms
  213. - field_transcript_trad
  214. - field_transcript_vo
  215. - name
  216. - title
  217. spaces: ''
  218. overlap_cjk: 1
  219. minimum_word_size: '3'
  220. weights:
  221. preprocess_index: -6
  222. preprocess_query: -6
  223. entity_status: { }
  224. reverse_entity_references: { }
  225. rendered_item: { }
  226. content_access:
  227. weights:
  228. preprocess_query: -30
  229. html_filter:
  230. all_fields: false
  231. fields:
  232. - body
  233. - field_description
  234. - field_transcript_trad
  235. - field_transcript_vo
  236. title: true
  237. alt: true
  238. tags:
  239. b: 2
  240. h1: 5
  241. h2: 3
  242. h3: 2
  243. strong: 2
  244. weights:
  245. preprocess_index: -15
  246. preprocess_query: -15
  247. transliteration:
  248. all_fields: true
  249. fields:
  250. - body
  251. - field_description
  252. - field_genres
  253. - field_langues
  254. - field_synonyms
  255. - field_transcript_trad
  256. - field_transcript_vo
  257. - field_workflow
  258. - langcode
  259. - language_with_fallback
  260. - name
  261. - title
  262. weights:
  263. preprocess_index: -20
  264. preprocess_query: -20
  265. language_with_fallback: { }
  266. aggregated_field: { }
  267. tracker_settings:
  268. default:
  269. indexing_order: lifo
  270. options:
  271. index_directly: true
  272. cron_limit: 50
  273. server: edlp_db