searxng/docs/dev/engines/offline/search-indexer-engines.rst
Markus Heiser 5720844fcd [doc] rearranges Settings & Engines docs for better readability
We have built up detailed documentation of the *settings* and the *engines* over
the past few years.  However, this documentation was still spread over various
chapters and was difficult to navigate in its entirety.

This patch rearranges the Settings & Engines documentation for better
readability.

To review new ordered docs::

   make docs.clean docs.live

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-07-01 22:45:19 +02:00

1.4 KiB

Local Search APIs

info

Initial sponsored by Search and Discovery Fund of NLnet Foundation.

Administrators might find themselves wanting to integrate locally running search engines. The following ones are supported for now:

Each search engine is powerful, capable of full-text search. All of the engines above are added to settings.yml just commented out, as you have to base_url for all them.

Please note that if you are not using HTTPS to access these engines, you have to enable HTTP requests by setting enable_http to True.

Furthermore, if you do not want to expose these engines on a public instance, you can still add them and limit the access by setting tokens as described in section private engines.

MeiliSearch

searx.engines.meilisearch

Elasticsearch

searx.engines.elasticsearch

Solr

searx.engines.solr