search_api.index.autocomplete.yml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. uuid: 89507e1b-4a2c-4e27-9e90-e3278f805e3b
  2. langcode: en
  3. status: true
  4. dependencies:
  5. module:
  6. - search_api_solr
  7. - taxonomy
  8. - search_api
  9. config:
  10. - field.storage.taxonomy_term.field_synonyms
  11. - search_api.server.materio
  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: true
  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. advanced:
  36. index_prefix: ''
  37. id: autocomplete
  38. name: autocomplete
  39. description: ''
  40. read_only: false
  41. field_settings:
  42. field_synonyms:
  43. label: Synonyms
  44. datasource_id: 'entity:taxonomy_term'
  45. property_path: field_synonyms
  46. type: 'solr_text_custom:ngram'
  47. dependencies:
  48. config:
  49. - field.storage.taxonomy_term.field_synonyms
  50. langcode:
  51. label: Language
  52. datasource_id: 'entity:taxonomy_term'
  53. property_path: langcode
  54. type: string
  55. dependencies:
  56. module:
  57. - taxonomy
  58. name:
  59. label: Name
  60. datasource_id: 'entity:taxonomy_term'
  61. property_path: name
  62. type: 'solr_text_custom:ngram'
  63. dependencies:
  64. module:
  65. - taxonomy
  66. status:
  67. label: Published
  68. datasource_id: 'entity:taxonomy_term'
  69. property_path: status
  70. type: boolean
  71. dependencies:
  72. module:
  73. - taxonomy
  74. tid:
  75. label: 'Term ID'
  76. datasource_id: 'entity:taxonomy_term'
  77. property_path: tid
  78. type: integer
  79. dependencies:
  80. module:
  81. - taxonomy
  82. datasource_settings:
  83. 'entity:taxonomy_term':
  84. bundles:
  85. default: false
  86. selected:
  87. - tags
  88. - thesaurus
  89. languages:
  90. default: false
  91. selected:
  92. - en
  93. - fr
  94. processor_settings:
  95. add_url: { }
  96. aggregated_field: { }
  97. entity_status: { }
  98. rendered_item: { }
  99. solr_date_range:
  100. weights:
  101. preprocess_index: 0
  102. tracker_settings:
  103. default:
  104. indexing_order: fifo
  105. options:
  106. index_directly: true
  107. cron_limit: 50
  108. server: materio