You are here

search_api_federated_solr.schema.yml in Search API Federated Solr 8

config/schema/search_api_federated_solr.schema.yml

File

config/schema/search_api_federated_solr.schema.yml
View source
  1. # Schema for configuration files of the Search API Federated Solr module.
  2. search_api_federated_solr.search_app.settings:
  3. type: config_object
  4. label: 'Search API Federated Solr settings'
  5. mapping:
  6. path:
  7. type: string
  8. label: 'The path for the search app.'
  9. facet:
  10. type: mapping
  11. mapping:
  12. site_name:
  13. type: mapping
  14. mapping:
  15. set_default:
  16. type: boolean
  17. label: 'When true, only search results from this site will be shown.'
  18. index:
  19. type: mapping
  20. mapping:
  21. id:
  22. type: string
  23. label: 'Defines which search_api index and server the search app should use.'
  24. has_site_name_property:
  25. type: boolean
  26. label: 'Has site name flag.'
  27. server_url:
  28. type: string
  29. label: 'The server url for the search app.'
  30. username:
  31. type: string
  32. label: 'Basic Auth username.'
  33. password:
  34. type: string
  35. label: 'Basic Auth password.'
  36. content:
  37. type: mapping
  38. mapping:
  39. no_results:
  40. type: string
  41. label: 'This text is shown when a query returns no results.'
  42. search_prompt:
  43. type: string
  44. label: 'This text is shown when no query term has been entered.'
  45. results:
  46. type: mapping
  47. mapping:
  48. rows:
  49. type: integer
  50. label: 'The max number of results to render per search results page.'
  51. pagination:
  52. type: mapping
  53. mapping:
  54. buttons:
  55. type: integer
  56. label: 'The max number of numbered pagination buttons to show at a given time.'