search_api.index.database.yml 4.7 KB

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