search_api.index.collection.yml 5.3 KB

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