@@ -21,7 +21,7 @@ dependencies:
21
21
- field.storage.node.field_published_date
22
22
- field.storage.node.field_category
23
23
- search_api.server.default_solr_server
24
- - core.entity_view_mode.node.search_index
24
+ - core.entity_view_mode.node.full
25
25
third_party_settings :
26
26
search_api_solr :
27
27
finalize : false
@@ -56,6 +56,9 @@ third_party_settings:
56
56
maxntp : 2000
57
57
boost : false
58
58
interestingTerms : none
59
+ term_modifiers :
60
+ slop : 3
61
+ fuzzy : 1
59
62
advanced :
60
63
index_prefix : ' '
61
64
collection : ' '
@@ -132,22 +135,6 @@ field_settings:
132
135
dependencies :
133
136
config :
134
137
- field.storage.group.field_description
135
- field_document_type :
136
- label : ' Document Type'
137
- datasource_id : ' entity:node'
138
- property_path : field_document_type
139
- type : integer
140
- dependencies :
141
- config :
142
- - field.storage.node.field_document_type
143
- field_iasc_audience :
144
- label : Audience
145
- datasource_id : ' entity:node'
146
- property_path : field_iasc_audience
147
- type : integer
148
- dependencies :
149
- config :
150
- - field.storage.node.field_iasc_audience
151
138
field_oa_date :
152
139
label : ' Event date'
153
140
datasource_id : ' entity:node'
@@ -198,9 +185,17 @@ field_settings:
198
185
roles :
199
186
anonymous : anonymous
200
187
view_mode :
188
+ ' entity:group ' :
189
+ iasc_group : default
190
+ iasc_space : default
201
191
' entity:node ' :
202
- article : search_index
203
- page : search_index
192
+ action_point : full
193
+ announcement : full
194
+ oa_event : full
195
+ oa_wiki_page : full
196
+ oa_worktracker_task : default
197
+ panopoly_landing_page : full
198
+ panopoly_page : full
204
199
saa_field_media_files :
205
200
label : ' Search api attachments: Media field for file'
206
201
property_path : saa_field_media_files
@@ -215,14 +210,6 @@ field_settings:
215
210
dependencies :
216
211
module :
217
212
- node
218
- sticky :
219
- label : ' Sticky at top of lists'
220
- datasource_id : ' entity:node'
221
- property_path : sticky
222
- type : boolean
223
- dependencies :
224
- module :
225
- - node
226
213
title :
227
214
label : Title
228
215
datasource_id : ' entity:node'
@@ -262,12 +249,9 @@ datasource_settings:
262
249
bundles :
263
250
default : false
264
251
selected :
265
- - action_point
266
252
- announcement
267
- - oa_discussion_post
268
253
- oa_event
269
254
- oa_wiki_page
270
- - oa_worktracker_task
271
255
- panopoly_landing_page
272
256
- panopoly_page
273
257
languages :
@@ -314,13 +298,28 @@ processor_settings:
314
298
weights :
315
299
add_properties : 0
316
300
pre_index_save : -10
301
+ reverse_entity_references : { }
317
302
solr_date_range :
318
303
weights :
319
304
preprocess_index : 0
305
+ type_boost :
306
+ boosts :
307
+ ' entity:group ' :
308
+ datasource_boost : !!float 1
309
+ ' entity:node ' :
310
+ datasource_boost : !!float 1
311
+ bundle_boosts :
312
+ announcement : !!float 3
313
+ oa_wiki_page : !!float 5
314
+ panopoly_landing_page : !!float 8
315
+ panopoly_page : !!float 5
316
+ weights :
317
+ preprocess_index : 0
320
318
tracker_settings :
321
319
default :
322
320
indexing_order : fifo
323
321
options :
324
322
index_directly : true
323
+ track_changes_in_references : 0
325
324
cron_limit : 50
326
325
server : default_solr_server
0 commit comments