You are here

search_api.schema.yml in Search API 8

config/schema/search_api.schema.yml

File

config/schema/search_api.schema.yml
View source
  1. search_api.settings:
  2. type: config_object
  3. label: 'Search API settings'
  4. mapping:
  5. default_cron_limit:
  6. type: integer
  7. label: 'Default cron batch size'
  8. cron_worker_runtime:
  9. type: integer
  10. label: 'Maximum runtime for the cron worker'
  11. default_tracker:
  12. type: string
  13. label: 'The default tracker plugin'
  14. tracking_page_size:
  15. type: integer
  16. label: 'The number of entities loaded at once when adding items to the tracker for a newly created index'
  17. boost_factors:
  18. type: sequence
  19. label: 'The boost factors available for selection in forms'
  20. sequence:
  21. type: float
  22. label: 'The boost factor'