From 43e697681efbe7856abe21e6abdac7694447cae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9mi=20V=C3=A1nyi?= Date: Fri, 23 Oct 2020 20:19:48 +0200 Subject: New engine: Elasticsearch --- searx/settings.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index 5cab0a102..78ae26b97 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -231,6 +231,20 @@ engines: shortcut : ew disabled : True +# - name : elasticsearch +# shortcut : es +# engine : elasticsearch +# base_url : http://localhost:9200 +# username : elastic +# password : changeme +# index : my-index +# # available options: match, simple_query_string, term, terms, custom +# query_type : match +# # if query_type is set to custom, provide your query here +# #custom_query_json: {"query":{"match_all": {}}} +# #show_metadata: False +# disabled : True + - name : wikidata engine : wikidata shortcut : wd -- cgit v1.2.3