search_api.index.database.yml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491
  1. uuid: 9044a42a-bf11-44ba-8b27-fa38d99f8dba
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - field.storage.node.body
  7. - field.storage.node.field_distributor
  8. - field.storage.node.field_famille
  9. - field.storage.node.field_manufacturer
  10. - field.storage.node.field_reference
  11. - field.storage.node.field_short_description
  12. - field.storage.node.field_tags
  13. - field.storage.taxonomy_term.field_synonyms
  14. - field.storage.node.field_thesaurus
  15. - search_api.server.materio
  16. module:
  17. - search_api_solr
  18. - materio_sapi
  19. - taxonomy
  20. - node
  21. - synonyms
  22. - search_api
  23. - address
  24. third_party_settings:
  25. search_api_solr:
  26. finalize: true
  27. commit_before_finalize: false
  28. commit_after_finalize: false
  29. highlighter:
  30. maxAnalyzedChars: 51200
  31. fragmenter: gap
  32. usePhraseHighlighter: false
  33. highlightMultiTerm: false
  34. preserveMulti: false
  35. regex:
  36. slop: 0.5
  37. pattern: blank
  38. maxAnalyzedChars: 10000
  39. highlight:
  40. mergeContiguous: false
  41. requireFieldMatch: false
  42. snippets: 3
  43. fragsize: 0
  44. mlt:
  45. mintf: 1
  46. mindf: 1
  47. maxdf: 0
  48. maxdfpct: 0
  49. minwl: 0
  50. maxwl: 0
  51. maxqt: 100
  52. maxntp: 2000
  53. boost: false
  54. interestingTerms: none
  55. term_modifiers:
  56. slop: 10000000
  57. fuzzy: 2
  58. advanced:
  59. index_prefix: ''
  60. collection: ''
  61. timezone: ''
  62. multilingual:
  63. limit_to_content_language: true
  64. include_language_independent: true
  65. specific_languages: { }
  66. use_language_undefined_as_fallback_language: false
  67. use_universal_collation: false
  68. id: database
  69. name: database
  70. description: ''
  71. read_only: false
  72. field_settings:
  73. field_country_name_computed:
  74. label: 'Country Name'
  75. datasource_id: 'entity:node'
  76. property_path: field_country_name_computed
  77. type: 'solr_text_custom:asciistring'
  78. boost: !!float 3
  79. dependencies:
  80. module:
  81. - materio_sapi
  82. field_famille:
  83. label: Famille
  84. datasource_id: 'entity:node'
  85. property_path: field_famille
  86. type: string
  87. dependencies:
  88. config:
  89. - field.storage.node.field_famille
  90. field_reference:
  91. label: Reference
  92. datasource_id: 'entity:node'
  93. property_path: field_reference
  94. type: solr_text_wstoken
  95. boost: !!float 21
  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. name:
  108. label: 'Manufacturer » Terme de taxonomie » Nom'
  109. datasource_id: 'entity:node'
  110. property_path: 'field_manufacturer:entity:name'
  111. type: text
  112. dependencies:
  113. config:
  114. - field.storage.node.field_manufacturer
  115. module:
  116. - taxonomy
  117. name_1:
  118. label: 'Distributor » Terme de taxonomie » Nom'
  119. datasource_id: 'entity:node'
  120. property_path: 'field_distributor:entity:name'
  121. type: text
  122. dependencies:
  123. config:
  124. - field.storage.node.field_distributor
  125. module:
  126. - taxonomy
  127. nid:
  128. label: ID
  129. datasource_id: 'entity:node'
  130. property_path: nid
  131. type: integer
  132. dependencies:
  133. module:
  134. - node
  135. node_grants:
  136. label: 'Node access information'
  137. property_path: search_api_node_grants
  138. type: string
  139. indexed_locked: true
  140. type_locked: true
  141. hidden: true
  142. processed:
  143. label: 'Description » Processed text'
  144. datasource_id: 'entity:node'
  145. property_path: 'body:processed'
  146. type: text
  147. dependencies:
  148. config:
  149. - field.storage.node.body
  150. status:
  151. label: status
  152. datasource_id: 'entity:node'
  153. property_path: status
  154. type: boolean
  155. indexed_locked: true
  156. type_locked: true
  157. dependencies:
  158. module:
  159. - node
  160. tag_name:
  161. label: 'Tags » Taxonomy term » Name'
  162. datasource_id: 'entity:node'
  163. property_path: 'field_tags:entity:name'
  164. type: solr_text_wstoken
  165. boost: !!float 8
  166. dependencies:
  167. config:
  168. - field.storage.node.field_tags
  169. module:
  170. - taxonomy
  171. tag_synonyms:
  172. label: 'Tags » Taxonomy term » Synonyms'
  173. datasource_id: 'entity:node'
  174. property_path: 'field_tags:entity:field_synonyms'
  175. type: solr_text_wstoken
  176. boost: !!float 8
  177. dependencies:
  178. config:
  179. - field.storage.node.field_tags
  180. - field.storage.taxonomy_term.field_synonyms
  181. module:
  182. - taxonomy
  183. tag_tid:
  184. label: 'Tags » Taxonomy term » Term ID'
  185. datasource_id: 'entity:node'
  186. property_path: 'field_tags:entity:tid'
  187. type: integer
  188. boost: !!float 8
  189. dependencies:
  190. config:
  191. - field.storage.node.field_tags
  192. module:
  193. - taxonomy
  194. thesaurus_name:
  195. label: 'Thesaurus » Taxonomy term » Name'
  196. datasource_id: 'entity:node'
  197. property_path: 'field_thesaurus:entity:name'
  198. type: 'solr_text_custom:asciistring'
  199. boost: !!float 2
  200. dependencies:
  201. config:
  202. - field.storage.node.field_thesaurus
  203. module:
  204. - taxonomy
  205. thesaurus_name_0:
  206. label: 'Thesaurus 0 » Terme de taxonomie » Nom'
  207. datasource_id: 'entity:node'
  208. property_path: 'thesaurus_0:entity:name'
  209. type: 'solr_text_custom:asciistring'
  210. boost: !!float 21
  211. dependencies:
  212. module:
  213. - materio_sapi
  214. - taxonomy
  215. thesaurus_name_1:
  216. label: 'Thesaurus 1 » Terme de taxonomie » Nom'
  217. datasource_id: 'entity:node'
  218. property_path: 'thesaurus_1:entity:name'
  219. type: 'solr_text_custom:asciistring'
  220. boost: !!float 13
  221. dependencies:
  222. module:
  223. - materio_sapi
  224. - taxonomy
  225. thesaurus_name_2:
  226. label: 'Thesaurus 2 » Terme de taxonomie » Nom'
  227. datasource_id: 'entity:node'
  228. property_path: 'thesaurus_2:entity:name'
  229. type: 'solr_text_custom:asciistring'
  230. boost: !!float 8
  231. dependencies:
  232. module:
  233. - materio_sapi
  234. - taxonomy
  235. thesaurus_name_3:
  236. label: 'Thesaurus 3 » Terme de taxonomie » Nom'
  237. datasource_id: 'entity:node'
  238. property_path: 'thesaurus_3:entity:name'
  239. type: 'solr_text_custom:asciistring'
  240. boost: !!float 5
  241. dependencies:
  242. module:
  243. - materio_sapi
  244. - taxonomy
  245. thesaurus_name_4:
  246. label: 'Thesaurus 4 » Terme de taxonomie » Nom'
  247. datasource_id: 'entity:node'
  248. property_path: 'thesaurus_4:entity:name'
  249. type: 'solr_text_custom:asciistring'
  250. boost: !!float 3
  251. dependencies:
  252. module:
  253. - materio_sapi
  254. - taxonomy
  255. thesaurus_name_edgenstringascii:
  256. label: 'Thesaurus » Terme de taxonomie » Nom'
  257. datasource_id: 'entity:node'
  258. property_path: 'field_thesaurus:entity:name'
  259. type: 'solr_text_custom:edgeasciistring'
  260. boost: 0.5
  261. dependencies:
  262. config:
  263. - field.storage.node.field_thesaurus
  264. module:
  265. - taxonomy
  266. thesaurus_synonyms:
  267. label: 'Thesaurus » Taxonomy term » Synonyms'
  268. datasource_id: 'entity:node'
  269. property_path: 'field_thesaurus:entity:field_synonyms'
  270. type: 'solr_text_custom:asciistring'
  271. boost: !!float 2
  272. dependencies:
  273. config:
  274. - field.storage.node.field_thesaurus
  275. - field.storage.taxonomy_term.field_synonyms
  276. module:
  277. - taxonomy
  278. thesaurus_synonyms_0:
  279. label: 'Thesaurus 0 » Terme de taxonomie » Synonyms list'
  280. datasource_id: 'entity:node'
  281. property_path: 'thesaurus_0:entity:synonyms'
  282. type: 'solr_text_custom:asciistring'
  283. boost: !!float 21
  284. dependencies:
  285. module:
  286. - materio_sapi
  287. - synonyms
  288. - taxonomy
  289. thesaurus_synonyms_1:
  290. label: 'Thesaurus 1 » Terme de taxonomie » Synonyms'
  291. datasource_id: 'entity:node'
  292. property_path: 'thesaurus_1:entity:field_synonyms'
  293. type: 'solr_text_custom:asciistring'
  294. boost: !!float 13
  295. dependencies:
  296. config:
  297. - field.storage.taxonomy_term.field_synonyms
  298. module:
  299. - materio_sapi
  300. - taxonomy
  301. thesaurus_synonyms_2:
  302. label: 'Thesaurus 2 » Terme de taxonomie » Synonyms'
  303. datasource_id: 'entity:node'
  304. property_path: 'thesaurus_2:entity:field_synonyms'
  305. type: 'solr_text_custom:asciistring'
  306. boost: !!float 8
  307. dependencies:
  308. config:
  309. - field.storage.taxonomy_term.field_synonyms
  310. module:
  311. - materio_sapi
  312. - taxonomy
  313. thesaurus_synonyms_3:
  314. label: 'Thesaurus 3 » Terme de taxonomie » Synonyms'
  315. datasource_id: 'entity:node'
  316. property_path: 'thesaurus_3:entity:field_synonyms'
  317. type: 'solr_text_custom:asciistring'
  318. boost: !!float 5
  319. dependencies:
  320. config:
  321. - field.storage.taxonomy_term.field_synonyms
  322. module:
  323. - materio_sapi
  324. - taxonomy
  325. thesaurus_synonyms_4:
  326. label: 'Thesaurus 4 » Terme de taxonomie » Synonyms'
  327. datasource_id: 'entity:node'
  328. property_path: 'thesaurus_4:entity:field_synonyms'
  329. type: 'solr_text_custom:asciistring'
  330. boost: !!float 3
  331. dependencies:
  332. config:
  333. - field.storage.taxonomy_term.field_synonyms
  334. module:
  335. - materio_sapi
  336. - taxonomy
  337. thesaurus_synonyms_edgenstringascii:
  338. label: 'Thesaurus » Terme de taxonomie » Synonyms'
  339. datasource_id: 'entity:node'
  340. property_path: 'field_thesaurus:entity:field_synonyms'
  341. type: 'solr_text_custom:edgeasciistring'
  342. boost: 0.5
  343. dependencies:
  344. config:
  345. - field.storage.node.field_thesaurus
  346. - field.storage.taxonomy_term.field_synonyms
  347. module:
  348. - taxonomy
  349. thesaurus_tid:
  350. label: 'Thesaurus » Taxonomy term » Term ID'
  351. datasource_id: 'entity:node'
  352. property_path: 'field_thesaurus:entity:tid'
  353. type: integer
  354. boost: !!float 8
  355. dependencies:
  356. config:
  357. - field.storage.node.field_thesaurus
  358. module:
  359. - taxonomy
  360. title:
  361. label: Title
  362. datasource_id: 'entity:node'
  363. property_path: title
  364. type: 'solr_text_custom:asciistring'
  365. dependencies:
  366. module:
  367. - node
  368. type:
  369. label: 'Type de contenu'
  370. datasource_id: 'entity:node'
  371. property_path: type
  372. type: string
  373. dependencies:
  374. module:
  375. - node
  376. uid:
  377. label: uid
  378. datasource_id: 'entity:node'
  379. property_path: uid
  380. type: integer
  381. indexed_locked: true
  382. type_locked: true
  383. dependencies:
  384. module:
  385. - node
  386. uuid:
  387. label: UUID
  388. datasource_id: 'entity:node'
  389. property_path: uuid
  390. type: string
  391. dependencies:
  392. module:
  393. - node
  394. datasource_settings:
  395. 'entity:node':
  396. bundles:
  397. default: false
  398. selected:
  399. - materiau
  400. - thematique
  401. languages:
  402. default: false
  403. selected:
  404. - en
  405. - fr
  406. processor_settings:
  407. add_url: { }
  408. address_abbreviations_to_full_form:
  409. weights:
  410. preprocess_index: -20
  411. preprocess_query: -20
  412. all_fields: false
  413. aggregated_field: { }
  414. content_access:
  415. weights:
  416. preprocess_query: -50
  417. double_quote_workaround:
  418. weights:
  419. postprocess_query: 0
  420. preprocess_index: -15
  421. preprocess_query: -48
  422. all_fields: true
  423. fields:
  424. - country_code
  425. - country_code_1
  426. - field_famille
  427. - field_reference
  428. - name
  429. - name_1
  430. - processed
  431. - tag_name
  432. - tag_synonyms
  433. - thesaurus_name
  434. - thesaurus_synonyms
  435. - title
  436. - uuid
  437. replacement: '|9999999998|'
  438. entity_status: { }
  439. html_filter:
  440. weights:
  441. preprocess_index: -15
  442. preprocess_query: -49
  443. all_fields: true
  444. fields:
  445. - field_country_name_computed
  446. - field_famille
  447. - field_reference
  448. - field_short_description
  449. - name
  450. - name_1
  451. - processed
  452. - tag_name
  453. - tag_synonyms
  454. - thesaurus_name
  455. - thesaurus_name_0
  456. - thesaurus_name_1
  457. - thesaurus_name_2
  458. - thesaurus_name_3
  459. - thesaurus_name_4
  460. - thesaurus_name_edgenstringascii
  461. - thesaurus_synonyms
  462. - thesaurus_synonyms_0
  463. - thesaurus_synonyms_1
  464. - thesaurus_synonyms_2
  465. - thesaurus_synonyms_3
  466. - thesaurus_synonyms_4
  467. - thesaurus_synonyms_edgenstringascii
  468. - title
  469. - type
  470. - uuid
  471. title: true
  472. alt: true
  473. tags:
  474. b: 2
  475. h1: 5
  476. h2: 3
  477. h3: 2
  478. strong: 2
  479. language_with_fallback: { }
  480. rendered_item: { }
  481. solr_date_range:
  482. weights:
  483. preprocess_index: 0
  484. tracker_settings:
  485. default:
  486. indexing_order: fifo
  487. options:
  488. cron_limit: 50
  489. index_directly: true
  490. track_changes_in_references: true
  491. server: materio