summaryrefslogtreecommitdiff
path: root/searx/settings.yml
diff options
context:
space:
mode:
authorNoémi Ványi <sitbackandwait@gmail.com>2020-10-23 20:19:48 +0200
committerNoémi Ványi <sitbackandwait@gmail.com>2020-11-10 19:53:38 +0100
commit43e697681efbe7856abe21e6abdac7694447cae8 (patch)
treed85400257041aff9342afde6529331f49be593e5 /searx/settings.yml
parentaa6eaf603ff9b403dcc32adadbb1e75445f0348c (diff)
New engine: Elasticsearch
Diffstat (limited to 'searx/settings.yml')
-rw-r--r--searx/settings.yml14
1 files changed, 14 insertions, 0 deletions
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