Merge pull request #2652 from kvch/solr-engine

Add Apache Solr engine
This commit is contained in:
Adam Tauber 2021-03-15 15:39:39 +01:00 committed by GitHub
commit dd34ac396c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 86 additions and 0 deletions

View file

@ -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