diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2026-05-07 13:11:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-07 13:11:37 +0200 |
| commit | ea63c19b27f9dff8acd8bcc3c34b2ed71eea0ea9 (patch) | |
| tree | 65ec4182bbd0a25d41c4752e344561195eb7b9e9 /docs | |
| parent | a9909c497747967295fc3276b39cee3f5874892d (diff) | |
[doc] add "SearXNG BM25 Reranker" to the list of external plugins (#6052)
[1] https://github.com/searxng/searxng/issues/6039#issuecomment-4370220040
Suggested-by: @Oaklight [1]
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/admin/settings/settings_plugins.rst | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/docs/admin/settings/settings_plugins.rst b/docs/admin/settings/settings_plugins.rst index 5d842887f..630ec2a5e 100644 --- a/docs/admin/settings/settings_plugins.rst +++ b/docs/admin/settings/settings_plugins.rst @@ -102,11 +102,18 @@ The built-in plugins are all located in the namespace `searx.plugins`. external plugins ================ -.. _Only show green hosted results: - https://github.com/return42/tgwf-searx-plugins/ +SearXNG supports :ref:`external plugins <dev plugin>` / there is no need to +install one, SearXNG runs out of the box. + +`Only show green hosted results`_: + SearXNG plugin to check if a domain is part of the Green WEB. -SearXNG supports *external plugins* / there is no need to install one, SearXNG -runs out of the box. +`SearXNG BM25 Reranker`_: + SearXNG plugin that reranks search results using BM25 text relevance scoring + to improve search quality. + +.. _Only show green hosted results: + https://github.com/return42/tgwf-searx-plugins/ -- `Only show green hosted results`_ -- .. +.. _SearXNG BM25 Reranker: + https://github.com/Oaklight/searxng-bm25-reranker |
