search_api.index.autocomplete.yml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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. - 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: false
  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. advanced:
  48. index_prefix: ''
  49. collection: ''
  50. timezone: ''
  51. term_modifiers:
  52. slop: 10000000
  53. fuzzy: 2
  54. id: autocomplete
  55. name: 'autocomplete taxonomy'
  56. description: ''
  57. read_only: false
  58. field_settings:
  59. name:
  60. label: Name
  61. datasource_id: 'entity:taxonomy_term'
  62. property_path: name
  63. type: 'solr_text_custom:ngram'
  64. boost: !!float 2
  65. dependencies:
  66. module:
  67. - taxonomy
  68. status:
  69. label: Published
  70. datasource_id: 'entity:taxonomy_term'
  71. property_path: status
  72. type: boolean
  73. dependencies:
  74. module:
  75. - taxonomy
  76. synonyms:
  77. label: 'Entity synonyms'
  78. datasource_id: 'entity:taxonomy_term'
  79. property_path: synonyms
  80. type: 'solr_text_custom:ngram'
  81. dependencies:
  82. module:
  83. - synonyms
  84. tid:
  85. label: 'Term ID'
  86. datasource_id: 'entity:taxonomy_term'
  87. property_path: tid
  88. type: integer
  89. dependencies:
  90. module:
  91. - taxonomy
  92. datasource_settings:
  93. 'entity:taxonomy_term':
  94. bundles:
  95. default: false
  96. selected:
  97. - tags
  98. - thesaurus
  99. languages:
  100. default: false
  101. selected:
  102. - en
  103. - fr
  104. processor_settings:
  105. add_url: { }
  106. aggregated_field: { }
  107. entity_status: { }
  108. language_with_fallback: { }
  109. rendered_item: { }
  110. solr_date_range:
  111. weights:
  112. preprocess_index: 0
  113. term_used: { }
  114. type_boost:
  115. boosts:
  116. 'entity:taxonomy_term':
  117. datasource_boost: !!float 1
  118. weights:
  119. preprocess_index: 0
  120. tracker_settings:
  121. default:
  122. indexing_order: lifo
  123. options:
  124. index_directly: true
  125. cron_limit: 50
  126. server: database_search_autocomplete