search_api.schema.yml 502 B

12345678910111213141516
  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'