search_api.index.autocomplete.yml 2.4 KB

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