You are here

search_api_solr.connector.standard.schema.yml in Search API Solr 8

config/schema/search_api_solr.connector.standard.schema.yml

File

config/schema/search_api_solr.connector.standard.schema.yml
View source
  1. plugin.plugin_configuration.search_api_solr_connector.standard:
  2. type: config_object
  3. label: 'Search API Solr standard connector settings'
  4. mapping:
  5. scheme:
  6. type: string
  7. label: 'The HTTP protocol to use for sending queries'
  8. host:
  9. type: string
  10. label: 'The host name or IP of the Solr server'
  11. port:
  12. type: string
  13. label: 'The port of the Solr server'
  14. path:
  15. type: string
  16. label: 'The path of the Solr server'
  17. core:
  18. type: string
  19. label: 'The name that identifies the Solr core to use on the server'
  20. timeout:
  21. type: integer
  22. label: 'Timeout for search queries'
  23. index_timeout:
  24. type: integer
  25. label: 'Timeout for indexing requests'
  26. optimize_timeout:
  27. type: integer
  28. label: 'Timeout for optimize requests'
  29. skip_schema_check:
  30. type: integer
  31. label: 'Do not validate if the schema is correct'
  32. solr_version:
  33. type: string
  34. label: 'Solr version override'
  35. http_method:
  36. type: string
  37. label: 'The HTTP method to use for sending queries'
  38. commit_within:
  39. type: integer
  40. label: 'Time until a soft commit has to happen'