search_api.index.autocomplete.yml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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. 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. weights:
  123. preprocess_index: 0
  124. boosts:
  125. 'entity:taxonomy_term':
  126. datasource_boost: !!float 1
  127. bundle_boosts:
  128. thesaurus: !!float 2
  129. tracker_settings:
  130. default:
  131. indexing_order: lifo
  132. options:
  133. cron_limit: 50
  134. index_directly: true
  135. track_changes_in_references: true
  136. server: database_search_autocomplete