search_api.index.autocomplete.yml 2.5 KB

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