index.rst 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. .. _engine implementations:
  2. ======================
  3. Engine Implementations
  4. ======================
  5. .. contents::
  6. :depth: 2
  7. :local:
  8. :backlinks: entry
  9. .. toctree::
  10. :caption: Framework Components
  11. :maxdepth: 2
  12. enginelib
  13. engines
  14. engine_overview
  15. Engine Types
  16. ============
  17. The :py:obj:`engine_type <searx.enginelib.Engine.engine_type>` of an engine
  18. determines which :ref:`search processor <searx.search.processors>` is used by
  19. the engine.
  20. In this section a list of the engines that are documented is given, a complete
  21. list of the engines can be found in the source under: :origin:`searx/engines`.
  22. .. _online engines:
  23. Online Engines
  24. --------------
  25. .. sidebar:: info
  26. - :py:obj:`processors.online <searx.search.processors.online>`
  27. .. toctree::
  28. :maxdepth: 1
  29. :glob:
  30. demo/demo_online
  31. xpath
  32. mediawiki
  33. json_engine
  34. .. toctree::
  35. :maxdepth: 1
  36. :glob:
  37. online/*
  38. .. _offline engines:
  39. Offline Engines
  40. ---------------
  41. .. sidebar:: info
  42. - :py:obj:`processors.offline <searx.search.processors.offline>`
  43. .. toctree::
  44. :maxdepth: 1
  45. :glob:
  46. offline_concept
  47. demo/demo_offline
  48. offline/*
  49. .. _online url search:
  50. Online URL Search
  51. -----------------
  52. .. sidebar:: info
  53. - :py:obj:`processors.online_url_search <searx.search.processors.online_url_search>`
  54. .. toctree::
  55. :maxdepth: 1
  56. :glob:
  57. online_url_search/*
  58. .. _online currency:
  59. Online Currency
  60. ---------------
  61. .. sidebar:: info
  62. - :py:obj:`processors.online_currency <searx.search.processors.online_currency>`
  63. *no engine of this type is documented yet / coming soon*
  64. .. _online dictionary:
  65. Online Dictionary
  66. -----------------
  67. .. sidebar:: info
  68. - :py:obj:`processors.online_dictionary <searx.search.processors.online_dictionary>`
  69. *no engine of this type is documented yet / coming soon*