You are here

search_api.index.database_search_index.yml in Search API 8

tests/search_api_test_db/config/install/search_api.index.database_search_index.yml

File

tests/search_api_test_db/config/install/search_api.index.database_search_index.yml
View source
  1. id: database_search_index
  2. name: 'Test index'
  3. description: 'An index used for testing'
  4. read_only: false
  5. field_settings:
  6. id:
  7. label: ID
  8. type: integer
  9. datasource_id: 'entity:entity_test_mulrev_changed'
  10. property_path: id
  11. name:
  12. label: Name
  13. type: text
  14. datasource_id: 'entity:entity_test_mulrev_changed'
  15. property_path: name
  16. boost: 5.0
  17. created:
  18. label: Authored on
  19. type: date
  20. datasource_id: 'entity:entity_test_mulrev_changed'
  21. property_path: created
  22. body:
  23. label: Body
  24. type: text
  25. datasource_id: 'entity:entity_test_mulrev_changed'
  26. property_path: body
  27. type:
  28. label: Type
  29. type: string
  30. datasource_id: 'entity:entity_test_mulrev_changed'
  31. property_path: type
  32. keywords:
  33. label: Keywords
  34. type: string
  35. datasource_id: 'entity:entity_test_mulrev_changed'
  36. property_path: keywords
  37. category:
  38. label: Category
  39. type: string
  40. datasource_id: 'entity:entity_test_mulrev_changed'
  41. property_path: category
  42. width:
  43. label: Width
  44. type: decimal
  45. datasource_id: 'entity:entity_test_mulrev_changed'
  46. property_path: width
  47. processor_settings:
  48. add_url:
  49. weights:
  50. preprocess_index: -30
  51. aggregated_field:
  52. weights:
  53. add_properties: 20
  54. rendered_item:
  55. weights:
  56. add_properties: 0
  57. pre_index_save: -10
  58. options:
  59. cron_limit: -1
  60. index_directly: false
  61. datasource_settings:
  62. 'entity:entity_test_mulrev_changed': { }
  63. tracker_settings:
  64. 'default': { }
  65. server: database_search_server
  66. status: true
  67. langcode: en
  68. dependencies:
  69. config:
  70. - field.field.entity_test_mulrev_changed.article.body
  71. - field.field.entity_test_mulrev_changed.article.keywords
  72. - field.field.entity_test_mulrev_changed.article.category
  73. - field.field.entity_test_mulrev_changed.article.width
  74. - field.field.entity_test_mulrev_changed.item.body
  75. - field.field.entity_test_mulrev_changed.item.keywords
  76. - field.field.entity_test_mulrev_changed.item.category
  77. - field.field.entity_test_mulrev_changed.item.width
  78. - field.storage.entity_test_mulrev_changed.body
  79. - field.storage.entity_test_mulrev_changed.keywords
  80. - field.storage.entity_test_mulrev_changed.category
  81. - field.storage.entity_test_mulrev_changed.width
  82. - search_api.server.database_search_server
  83. module:
  84. - entity_test