search_api.index.database.yml 7.5 KB

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