search_api.index.database.yml 11 KB

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