diff options
| author | Alexandre Flament <alex@al-f.net> | 2020-11-14 13:25:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-14 13:25:08 +0100 |
| commit | c3d9b17c2ad93ddf8b958e0a9f54fbfe62dc679f (patch) | |
| tree | 41982ae9592dd5558473c9fc8e1b404cc78395d3 /searx/settings.yml | |
| parent | 102c08838b4f4afe044d8eafcc0de635f1401d35 (diff) | |
| parent | 43e697681efbe7856abe21e6abdac7694447cae8 (diff) | |
Merge pull request #2292 from kvch/elasticsearch-engine
New engine: Elasticsearch
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 14 |
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 |