You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
765 B

  1. key: solr
  2. title: Solr
  3. description: Solr is the popular, blazing-fast, open source enterprise search platform built on Apache Lucene.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/solr.svg
  6. website: http://lucene.apache.org/solr/
  7. isAvailable: false
  8. props:
  9. host:
  10. type: String
  11. title: Host
  12. hint: Host of the Solr server (e.g. 12.34.56.78 or solr.example.com)
  13. default: solr
  14. order: 1
  15. port:
  16. type: Number
  17. title: Port
  18. hint: Port of the Solr server
  19. default: 8983
  20. order: 2
  21. core:
  22. type: String
  23. title: Core
  24. hint: Core name (e.g. wiki)
  25. default: wiki
  26. order: 3
  27. protocol:
  28. type: String
  29. title: Protocol
  30. hint: Request protocol
  31. default: http
  32. enum:
  33. - http
  34. - https
  35. order: 4