search_api.index.autocomplete.yml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. uuid: a4dced3e-3c63-4624-910b-1e94eb068e08
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - field.storage.taxonomy_term.field_synonyms
  7. - search_api.server.database_search_autocomplete
  8. module:
  9. - search_api_solr
  10. - taxonomy
  11. - synonyms
  12. - search_api
  13. third_party_settings:
  14. search_api_solr:
  15. finalize: false
  16. commit_before_finalize: false
  17. commit_after_finalize: false
  18. highlighter:
  19. maxAnalyzedChars: 51200
  20. fragmenter: gap
  21. usePhraseHighlighter: true
  22. highlightMultiTerm: true
  23. preserveMulti: false
  24. regex:
  25. slop: 0.5
  26. pattern: blank
  27. maxAnalyzedChars: 10000
  28. highlight:
  29. mergeContiguous: false
  30. requireFieldMatch: false
  31. snippets: 3
  32. fragsize: 0
  33. mlt:
  34. mintf: 1
  35. mindf: 1
  36. maxdf: 0
  37. maxdfpct: 0
  38. minwl: 0
  39. maxwl: 0
  40. maxqt: 100
  41. maxntp: 2000
  42. boost: false
  43. interestingTerms: none
  44. term_modifiers:
  45. slop: 10000000
  46. fuzzy: 2
  47. advanced:
  48. index_prefix: ''
  49. collection: ''
  50. timezone: ''
  51. multilingual:
  52. limit_to_content_language: true
  53. include_language_independent: true
  54. specific_languages: { }
  55. use_language_undefined_as_fallback_language: false
  56. use_universal_collation: false
  57. id: autocomplete
  58. name: 'autocomplete taxonomy'
  59. description: ''
  60. read_only: false
  61. field_settings:
  62. field_synonyms:
  63. label: Synonyms
  64. datasource_id: 'entity:taxonomy_term'
  65. property_path: field_synonyms
  66. type: 'solr_text_custom:edgeasciistring'
  67. dependencies:
  68. config:
  69. - field.storage.taxonomy_term.field_synonyms
  70. name:
  71. label: Name
  72. datasource_id: 'entity:taxonomy_term'
  73. property_path: name
  74. type: 'solr_text_custom:edgeasciistring'
  75. boost: !!float 2
  76. dependencies:
  77. module:
  78. - taxonomy
  79. parent:
  80. label: 'Parents du terme'
  81. datasource_id: 'entity:taxonomy_term'
  82. property_path: parent
  83. type: integer
  84. dependencies:
  85. module:
  86. - taxonomy
  87. status:
  88. label: Published
  89. datasource_id: 'entity:taxonomy_term'
  90. property_path: status
  91. type: boolean
  92. dependencies:
  93. module:
  94. - taxonomy
  95. synonyms:
  96. label: 'Synonyms list'
  97. datasource_id: 'entity:taxonomy_term'
  98. property_path: synonyms
  99. type: 'solr_text_custom:ngram'
  100. dependencies:
  101. module:
  102. - synonyms
  103. tid:
  104. label: 'Term ID'
  105. datasource_id: 'entity:taxonomy_term'
  106. property_path: tid
  107. type: integer
  108. dependencies:
  109. module:
  110. - taxonomy
  111. vid:
  112. label: Vocabulaire
  113. datasource_id: 'entity:taxonomy_term'
  114. property_path: vid
  115. type: string
  116. dependencies:
  117. module:
  118. - taxonomy
  119. datasource_settings:
  120. 'entity:taxonomy_term':
  121. bundles:
  122. default: false
  123. selected:
  124. - tags
  125. - thesaurus
  126. languages:
  127. default: false
  128. selected:
  129. - en
  130. - fr
  131. processor_settings:
  132. add_url: { }
  133. aggregated_field: { }
  134. entity_status: { }
  135. entity_type: { }
  136. language_with_fallback: { }
  137. rendered_item: { }
  138. solr_date_range:
  139. weights:
  140. preprocess_index: 0
  141. type_boost:
  142. weights:
  143. preprocess_index: 0
  144. boosts:
  145. 'entity:taxonomy_term':
  146. datasource_boost: !!float 1
  147. bundle_boosts:
  148. thesaurus: !!float 2
  149. tracker_settings:
  150. default:
  151. indexing_order: lifo
  152. options:
  153. cron_limit: 50
  154. index_directly: true
  155. track_changes_in_references: true
  156. server: database_search_autocomplete