You are here

search_api.index.taxonomy_term_index.yml in Elasticsearch Connector Autocomplete 8

tests/modules/elasticsearch_connector_autocomp_test/config/install/search_api.index.taxonomy_term_index.yml

File

tests/modules/elasticsearch_connector_autocomp_test/config/install/search_api.index.taxonomy_term_index.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - elasticsearch_connector
  6. - search_api
  7. - taxonomy
  8. config:
  9. - search_api.server.test
  10. third_party_settings:
  11. elasticsearch_connector:
  12. ngram_filter_enabled: 1
  13. ngram_config:
  14. ngram_type: edge_ngram
  15. min_gram: '3'
  16. max_gram: '20'
  17. id: taxonomy_term_index
  18. name: 'Test taxonomy_term index using elasticsearch module'
  19. description: ''
  20. read_only: false
  21. field_settings:
  22. name:
  23. label: Name
  24. datasource_id: 'entity:taxonomy_term'
  25. property_path: name
  26. type: text
  27. boost: !!float 8
  28. dependencies:
  29. module:
  30. - taxonomy
  31. datasource_settings:
  32. 'entity:taxonomy_term':
  33. bundles:
  34. default: true
  35. selected: { }
  36. languages:
  37. default: true
  38. selected: { }
  39. processor_settings:
  40. add_url: { }
  41. aggregated_field: { }
  42. rendered_item: { }
  43. tracker_settings:
  44. default:
  45. indexing_order: fifo
  46. options:
  47. index_directly: true
  48. cron_limit: 50
  49. server: yep