search_api.index.database.yml 5.9 KB

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