You are here

search_api.index.test_index.yml in Search API 8

tests/search_api_test_bulk_form/config/install/search_api.index.test_index.yml

File

tests/search_api_test_bulk_form/config/install/search_api.index.test_index.yml
View source
  1. id: test_index
  2. server: test_server
  3. field_settings:
  4. aggregated_field:
  5. label: 'Aggregated field'
  6. property_path: aggregated_field
  7. type: string
  8. configuration:
  9. type: union
  10. fields:
  11. - search_api_test/foo
  12. - 'entity:entity_test/name'
  13. - 'entity:entity_test_string_id/name'
  14. options:
  15. index_directly: true
  16. datasource_settings:
  17. search_api_test: { }
  18. 'entity:entity_test': { }
  19. 'entity:entity_test_string_id': { }
  20. processor_settings: { }
  21. tracker_settings:
  22. default: { }
  23. dependencies:
  24. config:
  25. - search_api.server.test_server