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. - materio_sapi
  11. config:
  12. - field.storage.node.field_famille
  13. - field.storage.node.body
  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. nid:
  57. label: ID
  58. datasource_id: 'entity:node'
  59. property_path: nid
  60. type: integer
  61. dependencies:
  62. module:
  63. - node
  64. node_grants:
  65. label: 'Node access information'
  66. property_path: search_api_node_grants
  67. type: string
  68. indexed_locked: true
  69. type_locked: true
  70. hidden: true
  71. processed:
  72. label: 'Description » Processed text'
  73. datasource_id: 'entity:node'
  74. property_path: 'body:processed'
  75. type: 'solr_text_custom:ngram'
  76. dependencies:
  77. config:
  78. - field.storage.node.body
  79. status:
  80. label: status
  81. datasource_id: 'entity:node'
  82. property_path: status
  83. type: boolean
  84. indexed_locked: true
  85. type_locked: true
  86. dependencies:
  87. module:
  88. - node
  89. tag_name:
  90. label: 'Tags » Taxonomy term » Name'
  91. datasource_id: 'entity:node'
  92. property_path: 'field_tags:entity:name'
  93. type: text
  94. boost: !!float 13
  95. dependencies:
  96. config:
  97. - field.storage.node.field_tags
  98. module:
  99. - taxonomy
  100. - taxonomy
  101. tag_synonyms:
  102. label: 'Tags » Taxonomy term » Synonyms'
  103. datasource_id: 'entity:node'
  104. property_path: 'field_tags:entity:field_synonyms'
  105. type: text
  106. boost: !!float 13
  107. dependencies:
  108. config:
  109. - field.storage.node.field_tags
  110. - field.storage.taxonomy_term.field_synonyms
  111. module:
  112. - taxonomy
  113. tag_tid:
  114. label: 'Tags » Taxonomy term » Term ID'
  115. datasource_id: 'entity:node'
  116. property_path: 'field_tags:entity:tid'
  117. type: text
  118. boost: !!float 13
  119. dependencies:
  120. config:
  121. - field.storage.node.field_tags
  122. module:
  123. - taxonomy
  124. - taxonomy
  125. thesaurus_name:
  126. label: 'Thesaurus » Taxonomy term » Name'
  127. datasource_id: 'entity:node'
  128. property_path: 'field_thesaurus:entity:name'
  129. type: text
  130. boost: !!float 13
  131. dependencies:
  132. config:
  133. - field.storage.node.field_thesaurus
  134. module:
  135. - taxonomy
  136. - taxonomy
  137. thesaurus_synonyms:
  138. label: 'Thesaurus » Taxonomy term » Synonyms'
  139. datasource_id: 'entity:node'
  140. property_path: 'field_thesaurus:entity:field_synonyms'
  141. type: text
  142. boost: !!float 13
  143. dependencies:
  144. config:
  145. - field.storage.node.field_thesaurus
  146. - field.storage.taxonomy_term.field_synonyms
  147. module:
  148. - taxonomy
  149. thesaurus_tid:
  150. label: 'Thesaurus » Taxonomy term » Term ID'
  151. datasource_id: 'entity:node'
  152. property_path: 'field_thesaurus:entity:tid'
  153. type: text
  154. boost: !!float 21
  155. dependencies:
  156. config:
  157. - field.storage.node.field_thesaurus
  158. module:
  159. - taxonomy
  160. - taxonomy
  161. title:
  162. label: Title
  163. datasource_id: 'entity:node'
  164. property_path: title
  165. type: 'solr_text_custom:ngramstring'
  166. boost: !!float 21
  167. dependencies:
  168. module:
  169. - node
  170. uid:
  171. label: uid
  172. datasource_id: 'entity:node'
  173. property_path: uid
  174. type: integer
  175. indexed_locked: true
  176. type_locked: true
  177. dependencies:
  178. module:
  179. - node
  180. uuid:
  181. label: UUID
  182. datasource_id: 'entity:node'
  183. property_path: uuid
  184. type: string
  185. dependencies:
  186. module:
  187. - node
  188. datasource_settings:
  189. 'entity:node':
  190. bundles:
  191. default: false
  192. selected:
  193. - materiau
  194. - thematique
  195. languages:
  196. default: false
  197. selected:
  198. - en
  199. - fr
  200. processor_settings:
  201. add_url: { }
  202. aggregated_field: { }
  203. content_access:
  204. weights:
  205. preprocess_query: -50
  206. double_quote_workaround:
  207. all_fields: true
  208. fields:
  209. - field_famille
  210. - processed
  211. - tag_name
  212. - tag_synonyms
  213. - tag_tid
  214. - thesaurus_name
  215. - thesaurus_synonyms
  216. - thesaurus_tid
  217. - title
  218. - uuid
  219. replacement: '|9999999998|'
  220. weights:
  221. postprocess_query: 0
  222. preprocess_index: -15
  223. preprocess_query: -48
  224. entity_status: { }
  225. html_filter:
  226. all_fields: true
  227. fields:
  228. - field_famille
  229. - processed
  230. - tag_name
  231. - tag_synonyms
  232. - tag_tid
  233. - thesaurus_name
  234. - thesaurus_synonyms
  235. - thesaurus_tid
  236. - title
  237. - uuid
  238. title: true
  239. alt: true
  240. tags:
  241. b: 2
  242. h1: 5
  243. h2: 3
  244. h3: 2
  245. strong: 2
  246. weights:
  247. preprocess_index: -15
  248. preprocess_query: -49
  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