search_api.index.database.yml 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. uuid: 9044a42a-bf11-44ba-8b27-fa38d99f8dba
  2. langcode: en
  3. status: true
  4. dependencies:
  5. module:
  6. - search_api_solr
  7. - taxonomy
  8. - node
  9. - search_api
  10. config:
  11. - field.storage.node.body
  12. - field.storage.node.field_distributor
  13. - field.storage.taxonomy_term.field_public_address
  14. - field.storage.node.field_famille
  15. - field.storage.node.field_manufacturer
  16. - field.storage.node.field_reference
  17. - field.storage.node.field_tags
  18. - field.storage.taxonomy_term.field_synonyms
  19. - field.storage.node.field_thesaurus
  20. - search_api.server.materio
  21. third_party_settings:
  22. search_api_solr:
  23. finalize: true
  24. commit_before_finalize: false
  25. commit_after_finalize: false
  26. multilingual:
  27. limit_to_content_language: true
  28. include_language_independent: true
  29. highlighter:
  30. maxAnalyzedChars: 51200
  31. fragmenter: gap
  32. regex:
  33. slop: 0.5
  34. pattern: blank
  35. maxAnalyzedChars: 10000
  36. usePhraseHighlighter: false
  37. highlightMultiTerm: false
  38. preserveMulti: false
  39. highlight:
  40. mergeContiguous: false
  41. requireFieldMatch: false
  42. snippets: 3
  43. fragsize: 0
  44. advanced:
  45. index_prefix: ''
  46. term_modifiers:
  47. slop: 10000000
  48. fuzzy: 2
  49. id: database
  50. name: database
  51. description: ''
  52. read_only: false
  53. field_settings:
  54. country_code:
  55. label: 'Manufacturer » Terme de taxonomie » Address » The two-letter country code'
  56. datasource_id: 'entity:node'
  57. property_path: 'field_manufacturer:entity:field_public_address:country_code'
  58. type: string
  59. dependencies:
  60. config:
  61. - field.storage.node.field_manufacturer
  62. - field.storage.taxonomy_term.field_public_address
  63. module:
  64. - taxonomy
  65. country_code_1:
  66. label: 'Distributor » Terme de taxonomie » Address » The two-letter country code'
  67. datasource_id: 'entity:node'
  68. property_path: 'field_distributor:entity:field_public_address:country_code'
  69. type: string
  70. dependencies:
  71. config:
  72. - field.storage.node.field_distributor
  73. - field.storage.taxonomy_term.field_public_address
  74. module:
  75. - taxonomy
  76. field_famille:
  77. label: Famille
  78. datasource_id: 'entity:node'
  79. property_path: field_famille
  80. type: string
  81. dependencies:
  82. config:
  83. - field.storage.node.field_famille
  84. field_reference:
  85. label: Reference
  86. datasource_id: 'entity:node'
  87. property_path: field_reference
  88. type: 'solr_text_custom:ngramstring'
  89. boost: !!float 21
  90. dependencies:
  91. config:
  92. - field.storage.node.field_reference
  93. name:
  94. label: 'Manufacturer » Terme de taxonomie » Nom'
  95. datasource_id: 'entity:node'
  96. property_path: 'field_manufacturer:entity:name'
  97. type: text
  98. dependencies:
  99. config:
  100. - field.storage.node.field_manufacturer
  101. module:
  102. - taxonomy
  103. name_1:
  104. label: 'Distributor » Terme de taxonomie » Nom'
  105. datasource_id: 'entity:node'
  106. property_path: 'field_distributor:entity:name'
  107. type: text
  108. dependencies:
  109. config:
  110. - field.storage.node.field_distributor
  111. module:
  112. - taxonomy
  113. nid:
  114. label: ID
  115. datasource_id: 'entity:node'
  116. property_path: nid
  117. type: integer
  118. dependencies:
  119. module:
  120. - node
  121. node_grants:
  122. label: 'Node access information'
  123. property_path: search_api_node_grants
  124. type: string
  125. indexed_locked: true
  126. type_locked: true
  127. hidden: true
  128. processed:
  129. label: 'Description » Processed text'
  130. datasource_id: 'entity:node'
  131. property_path: 'body:processed'
  132. type: 'solr_text_custom:ngram'
  133. dependencies:
  134. config:
  135. - field.storage.node.body
  136. status:
  137. label: status
  138. datasource_id: 'entity:node'
  139. property_path: status
  140. type: boolean
  141. indexed_locked: true
  142. type_locked: true
  143. dependencies:
  144. module:
  145. - node
  146. tag_name:
  147. label: 'Tags » Taxonomy term » Name'
  148. datasource_id: 'entity:node'
  149. property_path: 'field_tags:entity:name'
  150. type: text
  151. boost: !!float 13
  152. dependencies:
  153. config:
  154. - field.storage.node.field_tags
  155. module:
  156. - taxonomy
  157. tag_synonyms:
  158. label: 'Tags » Taxonomy term » Synonyms'
  159. datasource_id: 'entity:node'
  160. property_path: 'field_tags:entity:field_synonyms'
  161. type: text
  162. boost: !!float 13
  163. dependencies:
  164. config:
  165. - field.storage.node.field_tags
  166. - field.storage.taxonomy_term.field_synonyms
  167. module:
  168. - taxonomy
  169. tag_tid:
  170. label: 'Tags » Taxonomy term » Term ID'
  171. datasource_id: 'entity:node'
  172. property_path: 'field_tags:entity:tid'
  173. type: text
  174. boost: !!float 13
  175. dependencies:
  176. config:
  177. - field.storage.node.field_tags
  178. module:
  179. - taxonomy
  180. thesaurus_name:
  181. label: 'Thesaurus » Taxonomy term » Name'
  182. datasource_id: 'entity:node'
  183. property_path: 'field_thesaurus:entity:name'
  184. type: text
  185. boost: !!float 13
  186. dependencies:
  187. config:
  188. - field.storage.node.field_thesaurus
  189. module:
  190. - taxonomy
  191. thesaurus_synonyms:
  192. label: 'Thesaurus » Taxonomy term » Synonyms'
  193. datasource_id: 'entity:node'
  194. property_path: 'field_thesaurus:entity:field_synonyms'
  195. type: text
  196. boost: !!float 13
  197. dependencies:
  198. config:
  199. - field.storage.node.field_thesaurus
  200. - field.storage.taxonomy_term.field_synonyms
  201. module:
  202. - taxonomy
  203. thesaurus_tid:
  204. label: 'Thesaurus » Taxonomy term » Term ID'
  205. datasource_id: 'entity:node'
  206. property_path: 'field_thesaurus:entity:tid'
  207. type: text
  208. boost: !!float 21
  209. dependencies:
  210. config:
  211. - field.storage.node.field_thesaurus
  212. module:
  213. - taxonomy
  214. title:
  215. label: Title
  216. datasource_id: 'entity:node'
  217. property_path: title
  218. type: text
  219. boost: !!float 21
  220. dependencies:
  221. module:
  222. - node
  223. uid:
  224. label: uid
  225. datasource_id: 'entity:node'
  226. property_path: uid
  227. type: integer
  228. indexed_locked: true
  229. type_locked: true
  230. dependencies:
  231. module:
  232. - node
  233. uuid:
  234. label: UUID
  235. datasource_id: 'entity:node'
  236. property_path: uuid
  237. type: string
  238. dependencies:
  239. module:
  240. - node
  241. datasource_settings:
  242. 'entity:node':
  243. bundles:
  244. default: false
  245. selected:
  246. - materiau
  247. - thematique
  248. languages:
  249. default: false
  250. selected:
  251. - en
  252. - fr
  253. processor_settings:
  254. add_url: { }
  255. aggregated_field: { }
  256. content_access:
  257. weights:
  258. preprocess_query: -50
  259. double_quote_workaround:
  260. all_fields: true
  261. fields:
  262. - field_famille
  263. - processed
  264. - tag_name
  265. - tag_synonyms
  266. - tag_tid
  267. - thesaurus_name
  268. - thesaurus_synonyms
  269. - thesaurus_tid
  270. - title
  271. - uuid
  272. replacement: '|9999999998|'
  273. weights:
  274. postprocess_query: 0
  275. preprocess_index: -15
  276. preprocess_query: -48
  277. entity_status: { }
  278. html_filter:
  279. all_fields: true
  280. fields:
  281. - country_code
  282. - country_code_1
  283. - field_famille
  284. - field_reference
  285. - name
  286. - name_1
  287. - processed
  288. - tag_name
  289. - tag_synonyms
  290. - tag_tid
  291. - thesaurus_name
  292. - thesaurus_synonyms
  293. - thesaurus_tid
  294. - title
  295. - uuid
  296. title: true
  297. alt: true
  298. tags:
  299. b: 2
  300. h1: 5
  301. h2: 3
  302. h3: 2
  303. strong: 2
  304. weights:
  305. preprocess_index: -15
  306. preprocess_query: -49
  307. language_with_fallback: { }
  308. rendered_item: { }
  309. solr_date_range:
  310. weights:
  311. preprocess_index: 0
  312. tracker_settings:
  313. default:
  314. indexing_order: fifo
  315. options:
  316. index_directly: true
  317. cron_limit: 50
  318. server: materio