search_api.index.database.yml 5.7 KB

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