Skip to content

Commit

Permalink
fix solr field warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DonRichards committed Jul 5, 2023
1 parent 1342595 commit ccc4a76
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
11 changes: 11 additions & 0 deletions config/sync/language.content_settings.node.collection_object.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
uuid: c3405d7a-f3ac-4e09-99c3-10d55e49ae95
langcode: en
status: true
dependencies:
config:
- node.type.collection_object
id: node.collection_object
target_entity_type_id: node
target_bundle: collection_object
default_langcode: site_default
language_alterable: false
23 changes: 22 additions & 1 deletion config/sync/search_api.index.default_solr_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ third_party_settings:
finalize: false
commit_before_finalize: false
commit_after_finalize: false
debug_finalize: false
highlighter:
maxAnalyzedChars: 51200
fragmenter: regex
Expand All @@ -53,11 +54,30 @@ 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
term_modifiers:
slop: 3
fuzzy: 1
advanced:
index_prefix: ''
collection: ''
timezone: ''
multilingual:
limit_to_content_language: false
include_language_independent: true
use_language_undefined_as_fallback_language: false
specific_languages: { }
specific_languages:
en: '0'
use_universal_collation: false
_core:
default_config_hash: 3HSYR81fyYsY--a93ZG1VSN3PEHVN_o78qIhDfsxzs4
Expand Down Expand Up @@ -261,6 +281,7 @@ field_settings:
view_mode:
'entity:node':
article: search_index
collection_object: ''
islandora_object: search_index
page: search_index
status:
Expand Down

0 comments on commit ccc4a76

Please sign in to comment.