search_api.index.database.yml 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  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. - address
  11. config:
  12. - field.storage.node.field_manufacturer
  13. - field.storage.taxonomy_term.field_public_address
  14. - field.storage.node.field_distributor
  15. - field.storage.node.field_famille
  16. - field.storage.node.field_reference
  17. - field.storage.node.body
  18. - field.storage.node.field_tags
  19. - field.storage.taxonomy_term.field_synonyms
  20. - field.storage.node.field_thesaurus
  21. - search_api.server.materio
  22. third_party_settings:
  23. search_api_solr:
  24. finalize: true
  25. commit_before_finalize: false
  26. commit_after_finalize: false
  27. multilingual:
  28. limit_to_content_language: true
  29. include_language_independent: true
  30. highlighter:
  31. maxAnalyzedChars: 51200
  32. fragmenter: gap
  33. regex:
  34. slop: 0.5
  35. pattern: blank
  36. maxAnalyzedChars: 10000
  37. usePhraseHighlighter: false
  38. highlightMultiTerm: false
  39. preserveMulti: false
  40. highlight:
  41. mergeContiguous: false
  42. requireFieldMatch: false
  43. snippets: 3
  44. fragsize: 0
  45. mlt:
  46. mintf: 1
  47. mindf: 1
  48. maxdf: 0
  49. maxdfpct: 0
  50. minwl: 0
  51. maxwl: 0
  52. maxqt: 100
  53. maxntp: 2000
  54. boost: false
  55. interestingTerms: none
  56. term_modifiers:
  57. slop: 10000000
  58. fuzzy: 2
  59. advanced:
  60. index_prefix: ''
  61. collection: ''
  62. timezone: ''
  63. id: database
  64. name: database
  65. description: ''
  66. read_only: false
  67. field_settings:
  68. country_code:
  69. label: 'Manufacturer » Terme de taxonomie » Address » The two-letter country code'
  70. datasource_id: 'entity:node'
  71. property_path: 'field_manufacturer:entity:field_public_address:country_code'
  72. type: solr_text_wstoken
  73. dependencies:
  74. config:
  75. - field.storage.node.field_manufacturer
  76. - field.storage.taxonomy_term.field_public_address
  77. module:
  78. - taxonomy
  79. country_code_1:
  80. label: 'Distributor » Terme de taxonomie » Address » The two-letter country code'
  81. datasource_id: 'entity:node'
  82. property_path: 'field_distributor:entity:field_public_address:country_code'
  83. type: solr_text_wstoken
  84. dependencies:
  85. config:
  86. - field.storage.node.field_distributor
  87. - field.storage.taxonomy_term.field_public_address
  88. module:
  89. - taxonomy
  90. field_famille:
  91. label: Famille
  92. datasource_id: 'entity:node'
  93. property_path: field_famille
  94. type: string
  95. dependencies:
  96. config:
  97. - field.storage.node.field_famille
  98. field_reference:
  99. label: Reference
  100. datasource_id: 'entity:node'
  101. property_path: field_reference
  102. type: solr_text_wstoken
  103. boost: !!float 21
  104. dependencies:
  105. config:
  106. - field.storage.node.field_reference
  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: 'solr_text_custom:ngram'
  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_wstoken
  199. boost: !!float 8
  200. dependencies:
  201. config:
  202. - field.storage.node.field_thesaurus
  203. module:
  204. - taxonomy
  205. thesaurus_synonyms:
  206. label: 'Thesaurus » Taxonomy term » Synonyms'
  207. datasource_id: 'entity:node'
  208. property_path: 'field_thesaurus:entity:field_synonyms'
  209. type: solr_text_wstoken
  210. boost: !!float 8
  211. dependencies:
  212. config:
  213. - field.storage.node.field_thesaurus
  214. - field.storage.taxonomy_term.field_synonyms
  215. module:
  216. - taxonomy
  217. thesaurus_tid:
  218. label: 'Thesaurus » Taxonomy term » Term ID'
  219. datasource_id: 'entity:node'
  220. property_path: 'field_thesaurus:entity:tid'
  221. type: integer
  222. boost: !!float 8
  223. dependencies:
  224. config:
  225. - field.storage.node.field_thesaurus
  226. module:
  227. - taxonomy
  228. title:
  229. label: Title
  230. datasource_id: 'entity:node'
  231. property_path: title
  232. type: text
  233. boost: !!float 13
  234. dependencies:
  235. module:
  236. - node
  237. uid:
  238. label: uid
  239. datasource_id: 'entity:node'
  240. property_path: uid
  241. type: integer
  242. indexed_locked: true
  243. type_locked: true
  244. dependencies:
  245. module:
  246. - node
  247. uuid:
  248. label: UUID
  249. datasource_id: 'entity:node'
  250. property_path: uuid
  251. type: string
  252. dependencies:
  253. module:
  254. - node
  255. datasource_settings:
  256. 'entity:node':
  257. bundles:
  258. default: false
  259. selected:
  260. - materiau
  261. - thematique
  262. languages:
  263. default: false
  264. selected:
  265. - en
  266. - fr
  267. processor_settings:
  268. add_url: { }
  269. address_abbreviations_to_full_form:
  270. all_fields: false
  271. weights:
  272. preprocess_index: -20
  273. preprocess_query: -20
  274. aggregated_field: { }
  275. content_access:
  276. weights:
  277. preprocess_query: -50
  278. double_quote_workaround:
  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. - thesaurus_name
  291. - thesaurus_synonyms
  292. - title
  293. - uuid
  294. replacement: '|9999999998|'
  295. weights:
  296. postprocess_query: 0
  297. preprocess_index: -15
  298. preprocess_query: -48
  299. entity_status: { }
  300. html_filter:
  301. all_fields: true
  302. fields:
  303. - country_code
  304. - country_code_1
  305. - field_famille
  306. - field_reference
  307. - name
  308. - name_1
  309. - processed
  310. - tag_name
  311. - tag_synonyms
  312. - thesaurus_name
  313. - thesaurus_synonyms
  314. - title
  315. - uuid
  316. title: true
  317. alt: true
  318. tags:
  319. b: 2
  320. h1: 5
  321. h2: 3
  322. h3: 2
  323. strong: 2
  324. weights:
  325. preprocess_index: -15
  326. preprocess_query: -49
  327. language_with_fallback: { }
  328. rendered_item: { }
  329. solr_date_range:
  330. weights:
  331. preprocess_index: 0
  332. tracker_settings:
  333. default:
  334. indexing_order: fifo
  335. options:
  336. index_directly: true
  337. cron_limit: 50
  338. server: materio