fixed solr configs after massive update broke it all
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
uuid: 4bbd1d33-514a-4b9d-95ab-c9bc91539335
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- search_api_solr.solr_cache.cache_document_default_7_0_0
|
||||
- search_api_solr.solr_cache.cache_fieldvalue_default_7_0_0
|
||||
- search_api_solr.solr_cache.cache_filter_default_7_0_0
|
||||
- search_api_solr.solr_cache.cache_persegfilter_default_7_0_0
|
||||
- search_api_solr.solr_cache.cache_queryresult_default_7_0_0
|
||||
- search_api_solr.solr_field_type.text_edge_und_7_0_0
|
||||
- search_api_solr.solr_field_type.text_edgestring_und_6_0_0
|
||||
- search_api_solr.solr_field_type.text_en_7_0_0
|
||||
- search_api_solr.solr_field_type.text_fr_7_0_0
|
||||
- search_api_solr.solr_field_type.text_ngram_und_7_0_0
|
||||
- search_api_solr.solr_field_type.text_ngramstring_und_6_0_0
|
||||
- search_api_solr.solr_field_type.text_phonetic_en_7_0_0
|
||||
- search_api_solr.solr_field_type.text_phonetic_fr_7_0_0
|
||||
- search_api_solr.solr_field_type.text_phonetic_und_7_0_0
|
||||
- search_api_solr.solr_field_type.text_und_7_0_0
|
||||
- search_api_solr.solr_request_dispatcher.request_dispatcher_httpcachingnever_default_7_0_0
|
||||
- search_api_solr.solr_request_handler.request_handler_autocomplete_default_7_0_0
|
||||
- search_api_solr.solr_request_handler.request_handler_extract_default_7_0_0
|
||||
- search_api_solr.solr_request_handler.request_handler_mlt_default_7_0_0
|
||||
- search_api_solr.solr_request_handler.request_handler_select_default_7_0_0
|
||||
- search_api_solr.solr_request_handler.request_handler_spell_default_7_0_0
|
||||
- search_api_solr.solr_request_handler.request_handler_suggest_default_7_0_0
|
||||
- search_api_solr.solr_request_handler.request_handler_tvrh_default_7_0_0
|
||||
module:
|
||||
- search_api_solr
|
||||
id: database_search_autocomplete
|
||||
name: 'Database Search Autocomplete'
|
||||
description: ''
|
||||
backend: search_api_solr
|
||||
backend_config:
|
||||
connector: standard
|
||||
connector_config:
|
||||
scheme: http
|
||||
host: solr-new
|
||||
port: 8985
|
||||
path: /
|
||||
core: materio_autocomplete
|
||||
timeout: 5
|
||||
index_timeout: 5
|
||||
optimize_timeout: 10
|
||||
finalize_timeout: 30
|
||||
commit_within: 1000
|
||||
solr_version: '8'
|
||||
http_method: AUTO
|
||||
jmx: false
|
||||
solr_install_dir: ../../..
|
||||
disabled_field_types: { }
|
||||
disabled_caches: { }
|
||||
disabled_request_handlers:
|
||||
- request_handler_elevate_default_7_0_0
|
||||
- request_handler_replicationmaster_default_7_0_0
|
||||
- request_handler_replicationslave_default_7_0_0
|
||||
disabled_request_dispatchers:
|
||||
- request_dispatcher_httpcaching_default_7_0_0
|
||||
rows: 10
|
||||
retrieve_data: true
|
||||
highlight_data: false
|
||||
skip_schema_check: false
|
||||
server_prefix: ''
|
||||
domain: generic
|
||||
environment: default
|
||||
optimize: false
|
||||
site_hash: true
|
Reference in New Issue
Block a user