fixed solr configs after massive update broke it all
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user