search_api.index.autocomplete.yml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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. id: autocomplete
  55. name: 'autocomplete taxonomy'
  56. description: ''
  57. read_only: false
  58. field_settings:
  59. field_synonyms:
  60. label: Synonyms
  61. datasource_id: 'entity:taxonomy_term'
  62. property_path: field_synonyms
  63. type: 'solr_text_custom:edgeasciistring'
  64. dependencies:
  65. config:
  66. - field.storage.taxonomy_term.field_synonyms
  67. name:
  68. label: Name
  69. datasource_id: 'entity:taxonomy_term'
  70. property_path: name
  71. type: 'solr_text_custom:edgeasciistring'
  72. boost: !!float 2
  73. dependencies:
  74. module:
  75. - taxonomy
  76. parent:
  77. label: 'Parents du terme'
  78. datasource_id: 'entity:taxonomy_term'
  79. property_path: parent
  80. type: integer
  81. dependencies:
  82. module:
  83. - taxonomy
  84. status:
  85. label: Published
  86. datasource_id: 'entity:taxonomy_term'
  87. property_path: status
  88. type: boolean
  89. dependencies:
  90. module:
  91. - taxonomy
  92. synonyms:
  93. label: 'Synonyms list'
  94. datasource_id: 'entity:taxonomy_term'
  95. property_path: synonyms
  96. type: 'solr_text_custom:ngram'
  97. dependencies:
  98. module:
  99. - synonyms
  100. tid:
  101. label: 'Term ID'
  102. datasource_id: 'entity:taxonomy_term'
  103. property_path: tid
  104. type: integer
  105. dependencies:
  106. module:
  107. - taxonomy
  108. vid:
  109. label: Vocabulaire
  110. datasource_id: 'entity:taxonomy_term'
  111. property_path: vid
  112. type: string
  113. dependencies:
  114. module:
  115. - taxonomy
  116. datasource_settings:
  117. 'entity:taxonomy_term':
  118. bundles:
  119. default: false
  120. selected:
  121. - tags
  122. - thesaurus
  123. languages:
  124. default: false
  125. selected:
  126. - en
  127. - fr
  128. processor_settings:
  129. add_url: { }
  130. aggregated_field: { }
  131. entity_status: { }
  132. entity_type: { }
  133. language_with_fallback: { }
  134. rendered_item: { }
  135. solr_date_range:
  136. weights:
  137. preprocess_index: 0
  138. type_boost:
  139. weights:
  140. preprocess_index: 0
  141. boosts:
  142. 'entity:taxonomy_term':
  143. datasource_boost: !!float 1
  144. bundle_boosts:
  145. thesaurus: !!float 2
  146. tracker_settings:
  147. default:
  148. indexing_order: lifo
  149. options:
  150. cron_limit: 50
  151. index_directly: true
  152. track_changes_in_references: true
  153. server: database_search_autocomplete