You are here

search_api.index.acquia_search_index.yml in Acquia Connector 8.2

acquia_search/config/optional/search_api.index.acquia_search_index.yml

File

acquia_search/config/optional/search_api.index.acquia_search_index.yml
View source
  1. id: acquia_search_index
  2. name: 'Acquia Search Solr Index (Legacy)'
  3. langcode: en
  4. description: ''
  5. dependencies:
  6. config:
  7. - field.storage.node.body
  8. - search_api.server.acquia_search_server
  9. module:
  10. - search_api
  11. - node
  12. datasource_settings:
  13. 'entity:node':
  14. bundles:
  15. default: true
  16. selected: { }
  17. languages:
  18. default: true
  19. selected: { }
  20. field_settings:
  21. search_api_language:
  22. label: 'Item language'
  23. datasource_id: null
  24. property_path: search_api_language
  25. type: string
  26. body:
  27. label: Body
  28. datasource_id: 'entity:node'
  29. property_path: body
  30. type: text
  31. dependencies:
  32. config:
  33. - field.storage.node.body
  34. title:
  35. label: Title
  36. datasource_id: 'entity:node'
  37. property_path: title
  38. type: text
  39. processor_settings:
  40. add_url: { }
  41. language: { }
  42. options:
  43. index_directly: false
  44. cron_limit: 50
  45. read_only: false
  46. server: acquia_search_server
  47. status: false
  48. tracker_settings:
  49. default: { }