fixed solr configs after massive update broke it all
This commit is contained in:
@@ -1,30 +0,0 @@
|
||||
purge_on_cache_clear: true
|
||||
storage: profiler.database_storage
|
||||
exclude: "/contextual/*\r\n/toolbar/*\r\n/edit/*\r\n*.js\r\n*.css"
|
||||
ide_link: 'txmt://open?url=file://@file&line=@line'
|
||||
ide_link_remote: ''
|
||||
ide_link_local: ''
|
||||
active_toolbar_items:
|
||||
devel: devel
|
||||
assets: assets
|
||||
blocks: blocks
|
||||
cache: cache
|
||||
database: database
|
||||
drupal_extension: drupal_extension
|
||||
forms: forms
|
||||
performance_timing: performance_timing
|
||||
php_config: php_config
|
||||
request: request
|
||||
time: time
|
||||
user: user
|
||||
views: views
|
||||
config: '0'
|
||||
events: '0'
|
||||
http: '0'
|
||||
routing: '0'
|
||||
services: '0'
|
||||
state: '0'
|
||||
query_sort: source
|
||||
query_highlight: 5
|
||||
_core:
|
||||
default_config_hash: w1Hg1sJmlqc38y_J-HQH8kLDLRH3wuEhx-Fkwz7m-SI
|
@@ -211,6 +211,7 @@ resourceFields:
|
||||
refine: true
|
||||
custom_selection:
|
||||
- card_medium
|
||||
- card_big
|
||||
disabled: false
|
||||
field_memo:
|
||||
disabled: true
|
||||
|
@@ -1,21 +1,21 @@
|
||||
uuid: 89507e1b-4a2c-4e27-9e90-e3278f805e3b
|
||||
uuid: a4dced3e-3c63-4624-910b-1e94eb068e08
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- search_api_solr
|
||||
- taxonomy
|
||||
- synonyms
|
||||
- search_api
|
||||
config:
|
||||
- field.storage.taxonomy_term.field_synonyms
|
||||
- search_api.server.materio
|
||||
- search_api.server.database_search_autocomplete
|
||||
third_party_settings:
|
||||
search_api_solr:
|
||||
finalize: false
|
||||
commit_before_finalize: false
|
||||
commit_after_finalize: false
|
||||
multilingual:
|
||||
limit_to_content_language: true
|
||||
limit_to_content_language: false
|
||||
include_language_independent: true
|
||||
highlighter:
|
||||
maxAnalyzedChars: 51200
|
||||
@@ -32,29 +32,26 @@ third_party_settings:
|
||||
requireFieldMatch: false
|
||||
snippets: 3
|
||||
fragsize: 0
|
||||
mlt:
|
||||
mintf: 1
|
||||
mindf: 1
|
||||
maxdf: 0
|
||||
maxdfpct: 0
|
||||
minwl: 0
|
||||
maxwl: 0
|
||||
maxqt: 100
|
||||
maxntp: 2000
|
||||
boost: false
|
||||
interestingTerms: none
|
||||
advanced:
|
||||
index_prefix: ''
|
||||
collection: ''
|
||||
timezone: ''
|
||||
id: autocomplete
|
||||
name: autocomplete
|
||||
name: 'autocomplete taxonomy'
|
||||
description: ''
|
||||
read_only: false
|
||||
field_settings:
|
||||
field_synonyms:
|
||||
label: Synonyms
|
||||
datasource_id: 'entity:taxonomy_term'
|
||||
property_path: field_synonyms
|
||||
type: 'solr_text_custom:ngram'
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.taxonomy_term.field_synonyms
|
||||
langcode:
|
||||
label: Language
|
||||
datasource_id: 'entity:taxonomy_term'
|
||||
property_path: langcode
|
||||
type: string
|
||||
dependencies:
|
||||
module:
|
||||
- taxonomy
|
||||
name:
|
||||
label: Name
|
||||
datasource_id: 'entity:taxonomy_term'
|
||||
@@ -71,6 +68,14 @@ field_settings:
|
||||
dependencies:
|
||||
module:
|
||||
- taxonomy
|
||||
synonyms:
|
||||
label: 'Entity synonyms'
|
||||
datasource_id: 'entity:taxonomy_term'
|
||||
property_path: synonyms
|
||||
type: 'solr_text_custom:ngram'
|
||||
dependencies:
|
||||
module:
|
||||
- synonyms
|
||||
tid:
|
||||
label: 'Term ID'
|
||||
datasource_id: 'entity:taxonomy_term'
|
||||
@@ -95,14 +100,21 @@ processor_settings:
|
||||
add_url: { }
|
||||
aggregated_field: { }
|
||||
entity_status: { }
|
||||
language_with_fallback: { }
|
||||
rendered_item: { }
|
||||
solr_date_range:
|
||||
weights:
|
||||
preprocess_index: 0
|
||||
type_boost:
|
||||
boosts:
|
||||
'entity:taxonomy_term':
|
||||
datasource_boost: !!float 1
|
||||
weights:
|
||||
preprocess_index: 0
|
||||
tracker_settings:
|
||||
default:
|
||||
indexing_order: fifo
|
||||
indexing_order: lifo
|
||||
options:
|
||||
index_directly: true
|
||||
cron_limit: 50
|
||||
server: materio
|
||||
server: database_search_autocomplete
|
||||
|
@@ -7,10 +7,9 @@ dependencies:
|
||||
- node
|
||||
- taxonomy
|
||||
- search_api
|
||||
- materio_sapi
|
||||
config:
|
||||
- field.storage.node.field_famille
|
||||
- field.storage.node.body
|
||||
- field.storage.node.field_famille
|
||||
- field.storage.node.field_tags
|
||||
- field.storage.taxonomy_term.field_synonyms
|
||||
- field.storage.node.field_thesaurus
|
||||
@@ -246,6 +245,7 @@ processor_settings:
|
||||
weights:
|
||||
preprocess_index: -15
|
||||
preprocess_query: -49
|
||||
language_with_fallback: { }
|
||||
rendered_item: { }
|
||||
solr_date_range:
|
||||
weights:
|
||||
|
@@ -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
|
@@ -3,6 +3,11 @@ 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
|
||||
@@ -13,10 +18,18 @@ dependencies:
|
||||
- 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: materio
|
||||
name: 'materio solr'
|
||||
name: 'materio base'
|
||||
description: ''
|
||||
backend: search_api_solr
|
||||
backend_config:
|
||||
@@ -24,9 +37,9 @@ backend_config:
|
||||
connector_config:
|
||||
scheme: http
|
||||
host: solr-new
|
||||
port: '8983'
|
||||
port: 8983
|
||||
path: /
|
||||
core: materio
|
||||
core: materio_base
|
||||
timeout: 5
|
||||
index_timeout: 5
|
||||
optimize_timeout: 10
|
||||
@@ -35,14 +48,21 @@ backend_config:
|
||||
solr_version: '8'
|
||||
http_method: AUTO
|
||||
jmx: false
|
||||
solr_install_dir: /opt/solr/
|
||||
retrieve_data: 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
|
||||
optimize: false
|
||||
site_hash: false
|
||||
disabled_field_types: { }
|
||||
rows: 10
|
||||
environment: default
|
||||
optimize: false
|
||||
site_hash: true
|
||||
|
Reference in New Issue
Block a user