search_api.index.ddb_fr.yml 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. uuid: e608f1e1-47ac-4071-a222-2a0f0a3e265f
  2. langcode: en
  3. status: true
  4. dependencies:
  5. module:
  6. - search_api_solr
  7. - node
  8. - search_api
  9. config:
  10. - field.storage.node.body
  11. - field.storage.node.field_distributor
  12. - field.storage.node.field_famille
  13. - field.storage.node.field_manufacturer
  14. - field.storage.node.field_reference
  15. - field.storage.node.field_short_description
  16. - field.storage.node.field_tags
  17. - field.storage.node.field_thesaurus
  18. - search_api.server.materio
  19. third_party_settings:
  20. search_api_solr:
  21. finalize: false
  22. commit_before_finalize: false
  23. commit_after_finalize: false
  24. multilingual:
  25. limit_to_content_language: false
  26. include_language_independent: true
  27. highlighter:
  28. maxAnalyzedChars: 51200
  29. fragmenter: gap
  30. regex:
  31. slop: 0.5
  32. pattern: blank
  33. maxAnalyzedChars: 10000
  34. usePhraseHighlighter: true
  35. highlightMultiTerm: true
  36. preserveMulti: false
  37. highlight:
  38. mergeContiguous: false
  39. requireFieldMatch: false
  40. snippets: 3
  41. fragsize: 0
  42. advanced:
  43. index_prefix: ''
  44. id: ddb_fr
  45. name: ddb_fr
  46. description: ''
  47. read_only: false
  48. field_settings:
  49. body:
  50. label: Description
  51. datasource_id: 'entity:node'
  52. property_path: body
  53. type: text
  54. dependencies:
  55. config:
  56. - field.storage.node.body
  57. changed:
  58. label: Changed
  59. datasource_id: 'entity:node'
  60. property_path: changed
  61. type: date
  62. dependencies:
  63. module:
  64. - node
  65. field_distributor:
  66. label: Distributor
  67. datasource_id: 'entity:node'
  68. property_path: field_distributor
  69. type: text
  70. boost: !!float 8
  71. dependencies:
  72. config:
  73. - field.storage.node.field_distributor
  74. field_famille:
  75. label: Famille
  76. datasource_id: 'entity:node'
  77. property_path: field_famille
  78. type: text
  79. dependencies:
  80. config:
  81. - field.storage.node.field_famille
  82. field_manufacturer:
  83. label: Manufacturer
  84. datasource_id: 'entity:node'
  85. property_path: field_manufacturer
  86. type: text
  87. boost: !!float 8
  88. dependencies:
  89. config:
  90. - field.storage.node.field_manufacturer
  91. field_reference:
  92. label: Reference
  93. datasource_id: 'entity:node'
  94. property_path: field_reference
  95. type: string
  96. dependencies:
  97. config:
  98. - field.storage.node.field_reference
  99. field_short_description:
  100. label: 'Short description'
  101. datasource_id: 'entity:node'
  102. property_path: field_short_description
  103. type: text
  104. dependencies:
  105. config:
  106. - field.storage.node.field_short_description
  107. field_tags:
  108. label: Tags
  109. datasource_id: 'entity:node'
  110. property_path: field_tags
  111. type: text
  112. dependencies:
  113. config:
  114. - field.storage.node.field_tags
  115. field_thesaurus:
  116. label: Thesaurus
  117. datasource_id: 'entity:node'
  118. property_path: field_thesaurus
  119. type: text
  120. boost: !!float 13
  121. dependencies:
  122. config:
  123. - field.storage.node.field_thesaurus
  124. nid:
  125. label: ID
  126. datasource_id: 'entity:node'
  127. property_path: nid
  128. type: integer
  129. dependencies:
  130. module:
  131. - node
  132. node_grants:
  133. label: 'Node access information'
  134. property_path: search_api_node_grants
  135. type: string
  136. indexed_locked: true
  137. type_locked: true
  138. hidden: true
  139. status:
  140. label: null
  141. datasource_id: 'entity:node'
  142. property_path: status
  143. type: boolean
  144. indexed_locked: true
  145. type_locked: true
  146. dependencies:
  147. module:
  148. - node
  149. title:
  150. label: Title
  151. datasource_id: 'entity:node'
  152. property_path: title
  153. type: text
  154. boost: !!float 21
  155. dependencies:
  156. module:
  157. - node
  158. uid:
  159. label: null
  160. datasource_id: 'entity:node'
  161. property_path: uid
  162. type: integer
  163. indexed_locked: true
  164. type_locked: true
  165. dependencies:
  166. module:
  167. - node
  168. datasource_settings:
  169. 'entity:node':
  170. bundles:
  171. default: false
  172. selected:
  173. - materiau
  174. - thematique
  175. languages:
  176. default: true
  177. selected: { }
  178. processor_settings:
  179. add_url: { }
  180. aggregated_field: { }
  181. content_access:
  182. weights:
  183. preprocess_query: -30
  184. entity_status: { }
  185. html_filter:
  186. all_fields: false
  187. fields:
  188. - body
  189. - field_distributor
  190. - field_famille
  191. - field_manufacturer
  192. - field_reference
  193. - field_short_description
  194. - field_tags
  195. - field_thesaurus
  196. - title
  197. title: true
  198. alt: true
  199. tags:
  200. b: 2
  201. em: 1
  202. h1: 5
  203. h2: 3
  204. h3: 2
  205. strong: 2
  206. u: 1
  207. weights:
  208. preprocess_index: -15
  209. preprocess_query: -15
  210. ignorecase:
  211. all_fields: false
  212. fields:
  213. - body
  214. - field_distributor
  215. - field_famille
  216. - field_manufacturer
  217. - field_reference
  218. - field_short_description
  219. - field_tags
  220. - field_thesaurus
  221. - title
  222. weights:
  223. preprocess_index: -20
  224. preprocess_query: -20
  225. rendered_item: { }
  226. solr_date_range: { }
  227. tokenizer:
  228. all_fields: false
  229. fields:
  230. - body
  231. - field_distributor
  232. - field_famille
  233. - field_manufacturer
  234. - field_short_description
  235. - field_tags
  236. - field_thesaurus
  237. - title
  238. spaces: ''
  239. overlap_cjk: 1
  240. minimum_word_size: '3'
  241. weights:
  242. preprocess_index: -6
  243. preprocess_query: -6
  244. transliteration:
  245. all_fields: false
  246. fields:
  247. - body
  248. - field_distributor
  249. - field_famille
  250. - field_manufacturer
  251. - field_reference
  252. - field_short_description
  253. - field_tags
  254. - field_thesaurus
  255. - title
  256. weights:
  257. preprocess_index: -20
  258. preprocess_query: -20
  259. type_boost:
  260. boosts:
  261. 'entity:node':
  262. datasource_boost: !!float 1
  263. bundle_boosts:
  264. materiau: !!float 2
  265. thematique: !!float 1
  266. weights:
  267. preprocess_index: 0
  268. tracker_settings:
  269. default:
  270. indexing_order: lifo
  271. options:
  272. index_directly: true
  273. cron_limit: 50
  274. server: materio