index.rst 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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. .. toctree::
  34. :maxdepth: 1
  35. :glob:
  36. online/*
  37. .. _offline engines:
  38. Offline Engines
  39. ---------------
  40. .. sidebar:: info
  41. - :py:obj:`processors.offline <searx.search.processors.offline>`
  42. .. toctree::
  43. :maxdepth: 1
  44. :glob:
  45. offline_concept
  46. demo/demo_offline
  47. offline/*
  48. .. _online url search:
  49. Online URL Search
  50. -----------------
  51. .. sidebar:: info
  52. - :py:obj:`processors.online_url_search <searx.search.processors.online_url_search>`
  53. .. toctree::
  54. :maxdepth: 1
  55. :glob:
  56. online_url_search/*
  57. .. _online currency:
  58. Online Currency
  59. ---------------
  60. .. sidebar:: info
  61. - :py:obj:`processors.online_currency <searx.search.processors.online_currency>`
  62. *no engine of this type is documented yet / comming soon*
  63. .. _online dictionary:
  64. Online Dictionary
  65. -----------------
  66. .. sidebar:: info
  67. - :py:obj:`processors.online_dictionary <searx.search.processors.online_dictionary>`
  68. *no engine of this type is documented yet / comming soon*