@@ -3,43 +3,44 @@ langcode: en
3
3
status : true
4
4
dependencies :
5
5
config :
6
+ - core.entity_view_mode.node.search_index
6
7
- field.storage.node.field_abstract
7
8
- field.storage.node.field_alt_title
8
- - field.storage.node.field_edtf_date_created
9
- - field.storage.node.field_member_of
10
9
- field.storage.node.field_description
11
10
- field.storage.node.field_dewey_classification
12
11
- field.storage.node.field_edition
12
+ - field.storage.node.field_edtf_date_created
13
13
- field.storage.node.field_extent
14
14
- field.storage.node.field_full_title
15
+ - field.storage.node.field_geographic_subject
15
16
- field.storage.node.field_isbn
16
17
- field.storage.node.field_lcc_classification
17
18
- field.storage.node.field_linked_agent
19
+ - field.storage.node.field_member_of
18
20
- field.storage.node.field_oclc_number
19
21
- field.storage.node.field_physical_form
20
22
- field.storage.node.field_publisher
21
23
- field.storage.node.field_resource_type
22
24
- field.storage.node.field_rights
25
+ - field.storage.node.field_subject
23
26
- field.storage.node.field_subject_general
24
- - field.storage.node.field_geographic_subject
25
27
- field.storage.node.field_subjects_name
26
- - field.storage.node.field_temporal_subject
27
- - field.storage.node.field_subject
28
28
- field.storage.node.field_tags
29
+ - field.storage.node.field_temporal_subject
29
30
- search_api.server.default_solr_server
30
- - core.entity_view_mode.node.search_index
31
31
module :
32
- - search_api_solr
32
+ - controlled_access_terms
33
+ - dgi_image_discovery
33
34
- node
34
- - user
35
+ - search_api_solr
35
36
- taxonomy
36
- - search_api
37
- - controlled_access_terms
37
+ - user
38
38
third_party_settings :
39
39
search_api_solr :
40
40
finalize : false
41
41
commit_before_finalize : false
42
42
commit_after_finalize : false
43
+ debug_finalize : false
43
44
highlighter :
44
45
maxAnalyzedChars : 51200
45
46
fragmenter : regex
@@ -55,11 +56,31 @@ third_party_settings:
55
56
requireFieldMatch : false
56
57
snippets : 3
57
58
fragsize : 0
59
+ mlt :
60
+ mintf : 1
61
+ mindf : 1
62
+ maxdf : 0
63
+ maxdfpct : 0
64
+ minwl : 0
65
+ maxwl : 0
66
+ maxqt : 100
67
+ maxntp : 2000
68
+ boost : false
69
+ interestingTerms : none
70
+ term_modifiers :
71
+ slop : 3
72
+ fuzzy : 1
73
+ fuzzy_analyzer : true
58
74
advanced :
59
75
index_prefix : ' '
76
+ collection : ' '
77
+ timezone : ' '
60
78
multilingual :
79
+ limit_to_content_language : false
80
+ include_language_independent : true
61
81
use_language_undefined_as_fallback_language : false
62
- specific_languages : { }
82
+ specific_languages :
83
+ en : ' 0'
63
84
use_universal_collation : false
64
85
_core :
65
86
default_config_hash : 3HSYR81fyYsY--a93ZG1VSN3PEHVN_o78qIhDfsxzs4
@@ -480,6 +501,7 @@ processor_settings:
480
501
preprocess_index : -6
481
502
preprocess_query : -4
482
503
custom_value : { }
504
+ dgi_image_discovery : { }
483
505
edtf_year_only :
484
506
fields :
485
507
node|islandora_object|field_copyright_date : node|islandora_object|field_copyright_date
@@ -545,10 +567,11 @@ processor_settings:
545
567
weights :
546
568
preprocess_index : 0
547
569
tracker_settings :
548
- default :
570
+ index_parallel :
549
571
indexing_order : fifo
550
572
options :
551
573
cron_limit : 50
574
+ delete_on_fail : true
552
575
index_directly : true
553
576
track_changes_in_references : true
554
577
server : default_solr_server
0 commit comments