You are here

search_api_solr.connector.standard.schema.yml in Search API Solr 4.x

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: integer
  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. finalize_timeout:
  30. type: integer
  31. label: 'Timeout for finalize requests'
  32. skip_schema_check:
  33. type: boolean
  34. label: 'Do not validate if the schema is correct'
  35. solr_version:
  36. type: string
  37. label: 'Solr version override'
  38. http_method:
  39. type: string
  40. label: 'The HTTP method to use for sending queries'
  41. commit_within:
  42. type: integer
  43. label: 'Time until a soft commit has to happen'
  44. jmx:
  45. type: boolean
  46. label: 'Enable JMX'
  47. jts:
  48. type: boolean
  49. label: 'Enable JTS'
  50. solr_install_dir:
  51. type: string
  52. label: 'solr.install.dir property'