search_api.index.collection.yml 4.4 KB

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