mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
commit
dd34ac396c
3 changed files with 86 additions and 0 deletions
|
|
@ -942,6 +942,17 @@ engines:
|
|||
# api_client_id : *******
|
||||
# api_client_secret : *******
|
||||
|
||||
# - name : solr
|
||||
# engine : solr
|
||||
# shortcut : slr
|
||||
# base_url : http://localhost:8983
|
||||
# collection : collection_name
|
||||
# sort : '' # sorting: asc or desc
|
||||
# field_list : '' # comma separated list of field names to display on the UI
|
||||
# default_fields : '' # default field to query
|
||||
# query_fields : '' # query fields
|
||||
# enable_http : True
|
||||
|
||||
- name : startpage
|
||||
engine : startpage
|
||||
shortcut : sp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue