diff options
| author | Noémi Ványi <sitbackandwait@gmail.com> | 2020-10-23 20:19:48 +0200 |
|---|---|---|
| committer | Noémi Ványi <sitbackandwait@gmail.com> | 2020-11-10 19:53:38 +0100 |
| commit | 43e697681efbe7856abe21e6abdac7694447cae8 (patch) | |
| tree | d85400257041aff9342afde6529331f49be593e5 /searx/settings.yml | |
| parent | aa6eaf603ff9b403dcc32adadbb1e75445f0348c (diff) | |
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 |