index.rst 1.7 KB

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