searxng/docs/dev/engines/offline/search-indexer-engines.rst
Markus Heiser 0600cfa34c [furo] remove .. contents:: directives
The directive creates a table of contents for the page.  However, Furo includes
a table of contents already in the sidebar.  It is, thus, recommended to
removing the `.. contents::` directive.

[1] https://github.com/pradyunsg/furo/issues/88#issuecomment-803297274

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-04-19 13:24:20 +02:00

1.3 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