search_api.index.autocomplete.yml 2.9 KB

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