search_api.index.autocomplete.yml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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. config:
  11. - field.storage.taxonomy_term.field_synonyms
  12. - search_api.server.database_search_autocomplete
  13. third_party_settings:
  14. search_api_solr:
  15. finalize: false
  16. commit_before_finalize: false
  17. commit_after_finalize: false
  18. multilingual:
  19. limit_to_content_language: true
  20. include_language_independent: true
  21. highlighter:
  22. maxAnalyzedChars: 51200
  23. fragmenter: gap
  24. regex:
  25. slop: 0.5
  26. pattern: blank
  27. maxAnalyzedChars: 10000
  28. usePhraseHighlighter: true
  29. highlightMultiTerm: true
  30. preserveMulti: false
  31. highlight:
  32. mergeContiguous: false
  33. requireFieldMatch: false
  34. snippets: 3
  35. fragsize: 0
  36. mlt:
  37. mintf: 1
  38. mindf: 1
  39. maxdf: 0
  40. maxdfpct: 0
  41. minwl: 0
  42. maxwl: 0
  43. maxqt: 100
  44. maxntp: 2000
  45. boost: false
  46. interestingTerms: none
  47. term_modifiers:
  48. slop: 10000000
  49. fuzzy: 2
  50. advanced:
  51. index_prefix: ''
  52. collection: ''
  53. timezone: ''
  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. status:
  77. label: Published
  78. datasource_id: 'entity:taxonomy_term'
  79. property_path: status
  80. type: boolean
  81. dependencies:
  82. module:
  83. - taxonomy
  84. synonyms:
  85. label: 'Synonyms list'
  86. datasource_id: 'entity:taxonomy_term'
  87. property_path: synonyms
  88. type: 'solr_text_custom:ngram'
  89. dependencies:
  90. module:
  91. - synonyms
  92. tid:
  93. label: 'Term ID'
  94. datasource_id: 'entity:taxonomy_term'
  95. property_path: tid
  96. type: integer
  97. dependencies:
  98. module:
  99. - taxonomy
  100. datasource_settings:
  101. 'entity:taxonomy_term':
  102. bundles:
  103. default: false
  104. selected:
  105. - tags
  106. - thesaurus
  107. languages:
  108. default: false
  109. selected:
  110. - en
  111. - fr
  112. processor_settings:
  113. add_url: { }
  114. aggregated_field: { }
  115. entity_status: { }
  116. language_with_fallback: { }
  117. rendered_item: { }
  118. solr_date_range:
  119. weights:
  120. preprocess_index: 0
  121. type_boost:
  122. boosts:
  123. 'entity:taxonomy_term':
  124. datasource_boost: !!float 1
  125. bundle_boosts:
  126. thesaurus: !!float 2
  127. weights:
  128. preprocess_index: 0
  129. tracker_settings:
  130. default:
  131. indexing_order: lifo
  132. options:
  133. index_directly: true
  134. cron_limit: 50
  135. server: database_search_autocomplete