documentation-offline-engines.rst 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. =================================
  2. Private searx project is finished
  3. =================================
  4. We are officially finished with the Private searx project. The goal was to
  5. extend searx capabilities beyond just searching on the Internet. We added
  6. support for offline engines. These engines do not connect to the Internet,
  7. they find results locally.
  8. As some of the offline engines run commands on the searx host, we added an
  9. option to protect any engine by making them private. Private engines can only be
  10. accessed using a token.
  11. After searx was prepared to run offline queries we added numerous new engines:
  12. 1. Command line engine
  13. 2. MySQL
  14. 3. PostgreSQL
  15. 4. SQLite
  16. 5. Redis
  17. 6. MongoDB
  18. We also added new engines that communicate over HTTP, but you might want to keep
  19. them private:
  20. 1. Elasticsearch
  21. 2. Meilisearch
  22. 3. Solr
  23. The last step was to document this work. We added new tutorials on creating
  24. command engines, making engines private and also adding a custom result template
  25. to your own engines.
  26. Acknowledgement
  27. ===============
  28. The project was sponsored by `Search and Discovery Fund`_ of `NLnet
  29. Foundation`_. We would like to thank the NLnet for not only the funds, but the
  30. conversations and their ideas. They were truly invested and passionate about
  31. supporting searx.
  32. .. _Search and Discovery Fund: https://nlnet.nl/discovery
  33. .. _NLnet Foundation: https://nlnet.nl/
  34. | Happy hacking.
  35. | kvch // 2022.09.30 23:15