Apply seeming self-updates to search API

This commit is contained in:
benjamin melançon 2020-06-15 18:29:04 -04:00
parent 769a785e1a
commit 65d2bb9f4e
9 changed files with 421 additions and 237 deletions

View file

@ -2,6 +2,10 @@ uuid: 685f7e53-df07-456c-b489-4c3b2cd0db72
langcode: en langcode: en
status: true status: true
dependencies: dependencies:
module:
- node
- user
- search_api
config: config:
- field.storage.node.field_tags - field.storage.node.field_tags
- field.storage.node.field_summary - field.storage.node.field_summary
@ -10,10 +14,6 @@ dependencies:
- field.storage.node.field_action_link - field.storage.node.field_action_link
- search_api.server.database - search_api.server.database
- core.entity_view_mode.node.search_index - core.entity_view_mode.node.search_index
module:
- user
- search_api
- node
_core: _core:
default_config_hash: GkDs9zHVzODTPJeMdg1mGFCeA2w4fQMfHmzHn7A4Nkk default_config_hash: GkDs9zHVzODTPJeMdg1mGFCeA2w4fQMfHmzHn7A4Nkk
id: action id: action
@ -44,6 +44,9 @@ field_settings:
property_path: title property_path: title
type: text type: text
boost: !!float 8 boost: !!float 8
dependencies:
module:
- node
field_tags: field_tags:
label: Tags label: Tags
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -57,6 +60,9 @@ field_settings:
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: created property_path: created
type: date type: date
dependencies:
module:
- node
uid: uid:
label: 'Authored by' label: 'Authored by'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -64,11 +70,17 @@ field_settings:
type: integer type: integer
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
dependencies:
module:
- node
changed: changed:
label: Changed label: Changed
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: changed property_path: changed
type: date type: date
dependencies:
module:
- node
field_summary: field_summary:
label: Summary label: Summary
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -84,6 +96,9 @@ field_settings:
type: boolean type: boolean
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
dependencies:
module:
- node
name: name:
label: 'Authored by » User » Name' label: 'Authored by » User » Name'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -91,17 +106,24 @@ field_settings:
type: string type: string
dependencies: dependencies:
module: module:
- node
- user - user
sticky: sticky:
label: 'Sticky at top of lists' label: 'Sticky at top of lists'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: sticky property_path: sticky
type: boolean type: boolean
dependencies:
module:
- node
promote: promote:
label: 'Promoted to front page' label: 'Promoted to front page'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: promote property_path: promote
type: boolean type: boolean
dependencies:
module:
- node
field_action_end_date: field_action_end_date:
label: 'Action end date' label: 'Action end date'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -136,10 +158,12 @@ datasource_settings:
default: true default: true
selected: { } selected: { }
processor_settings: processor_settings:
rendered_item: { }
add_url: { } add_url: { }
aggregated_field: { } content_access:
entity_status: { } weights:
preprocess_query: -45
language_with_fallback: { }
rendered_item: { }
tokenizer: tokenizer:
all_fields: false all_fields: false
fields: fields:
@ -152,6 +176,23 @@ processor_settings:
weights: weights:
preprocess_index: -44 preprocess_index: -44
preprocess_query: -46 preprocess_query: -46
html_filter:
all_fields: false
fields:
- rendered_item
- field_summary
title: true
alt: true
tags:
h1: 5
h2: 3
h3: 2
strong: 2
b: 2
weights:
preprocess_index: -46
preprocess_query: -47
entity_status: { }
stopwords: stopwords:
all_fields: false all_fields: false
fields: fields:
@ -197,6 +238,7 @@ processor_settings:
weights: weights:
preprocess_index: -48 preprocess_index: -48
preprocess_query: -50 preprocess_query: -50
aggregated_field: { }
ignorecase: ignorecase:
all_fields: false all_fields: false
fields: fields:
@ -217,25 +259,6 @@ processor_settings:
weights: weights:
preprocess_index: -47 preprocess_index: -47
preprocess_query: -48 preprocess_query: -48
content_access:
weights:
preprocess_query: -45
html_filter:
all_fields: false
fields:
- rendered_item
- field_summary
title: true
alt: true
tags:
h1: 5
h2: 3
h3: 2
strong: 2
b: 2
weights:
preprocess_index: -46
preprocess_query: -47
tracker_settings: tracker_settings:
default: default:
indexing_order: fifo indexing_order: fifo

View file

@ -2,6 +2,10 @@ uuid: ebe41411-d803-4e6f-ad3b-d2cee6726564
langcode: en langcode: en
status: true status: true
dependencies: dependencies:
module:
- node
- user
- search_api
config: config:
- field.storage.node.field_tags - field.storage.node.field_tags
- field.storage.node.field_summary - field.storage.node.field_summary
@ -10,10 +14,6 @@ dependencies:
- field.storage.node.field_topics - field.storage.node.field_topics
- search_api.server.database - search_api.server.database
- core.entity_view_mode.node.search_index - core.entity_view_mode.node.search_index
module:
- user
- search_api
- node
_core: _core:
default_config_hash: J04p8dO7JgH6HJ11pkCigWVJg-8TXjwcS4kwaVmluI8 default_config_hash: J04p8dO7JgH6HJ11pkCigWVJg-8TXjwcS4kwaVmluI8
id: article id: article
@ -44,6 +44,9 @@ field_settings:
property_path: title property_path: title
type: text type: text
boost: !!float 8 boost: !!float 8
dependencies:
module:
- node
field_tags: field_tags:
label: Tags label: Tags
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -57,6 +60,9 @@ field_settings:
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: created property_path: created
type: date type: date
dependencies:
module:
- node
uid: uid:
label: 'Authored by' label: 'Authored by'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -64,11 +70,17 @@ field_settings:
type: integer type: integer
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
dependencies:
module:
- node
changed: changed:
label: Changed label: Changed
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: changed property_path: changed
type: date type: date
dependencies:
module:
- node
field_summary: field_summary:
label: Summary label: Summary
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -84,6 +96,9 @@ field_settings:
type: boolean type: boolean
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
dependencies:
module:
- node
name: name:
label: 'Authored by » User » Name' label: 'Authored by » User » Name'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -91,17 +106,24 @@ field_settings:
type: string type: string
dependencies: dependencies:
module: module:
- node
- user - user
sticky: sticky:
label: 'Sticky at top of lists' label: 'Sticky at top of lists'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: sticky property_path: sticky
type: boolean type: boolean
dependencies:
module:
- node
promote: promote:
label: 'Promoted to front page' label: 'Promoted to front page'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: promote property_path: promote
type: boolean type: boolean
dependencies:
module:
- node
field_article_type: field_article_type:
label: 'Article type' label: 'Article type'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -136,10 +158,12 @@ datasource_settings:
default: true default: true
selected: { } selected: { }
processor_settings: processor_settings:
rendered_item: { }
add_url: { } add_url: { }
aggregated_field: { } content_access:
entity_status: { } weights:
preprocess_query: -45
language_with_fallback: { }
rendered_item: { }
tokenizer: tokenizer:
all_fields: false all_fields: false
fields: fields:
@ -152,6 +176,23 @@ processor_settings:
weights: weights:
preprocess_index: -44 preprocess_index: -44
preprocess_query: -46 preprocess_query: -46
html_filter:
all_fields: false
fields:
- rendered_item
- field_summary
title: true
alt: true
tags:
h1: 5
h2: 3
h3: 2
strong: 2
b: 2
weights:
preprocess_index: -46
preprocess_query: -47
entity_status: { }
stopwords: stopwords:
all_fields: false all_fields: false
fields: fields:
@ -197,6 +238,7 @@ processor_settings:
weights: weights:
preprocess_index: -48 preprocess_index: -48
preprocess_query: -50 preprocess_query: -50
aggregated_field: { }
ignorecase: ignorecase:
all_fields: false all_fields: false
fields: fields:
@ -217,25 +259,6 @@ processor_settings:
weights: weights:
preprocess_index: -47 preprocess_index: -47
preprocess_query: -48 preprocess_query: -48
content_access:
weights:
preprocess_query: -45
html_filter:
all_fields: false
fields:
- rendered_item
- field_summary
title: true
alt: true
tags:
h1: 5
h2: 3
h3: 2
strong: 2
b: 2
weights:
preprocess_index: -46
preprocess_query: -47
tracker_settings: tracker_settings:
default: default:
indexing_order: fifo indexing_order: fifo

View file

@ -69,7 +69,6 @@ field_settings:
module: module:
- node - node
- user - user
- user
node_grants: node_grants:
label: 'Node access information' label: 'Node access information'
property_path: search_api_node_grants property_path: search_api_node_grants
@ -150,11 +149,23 @@ datasource_settings:
selected: { } selected: { }
processor_settings: processor_settings:
add_url: { } add_url: { }
aggregated_field: { }
content_access: content_access:
weights: weights:
preprocess_query: -45 preprocess_query: -45
entity_status: { } language_with_fallback: { }
rendered_item: { }
tokenizer:
all_fields: false
fields:
- field_summary
- rendered_item
- title
spaces: ''
overlap_cjk: 1
minimum_word_size: '3'
weights:
preprocess_index: -44
preprocess_query: -46
html_filter: html_filter:
all_fields: false all_fields: false
fields: fields:
@ -171,17 +182,7 @@ processor_settings:
weights: weights:
preprocess_index: -46 preprocess_index: -46
preprocess_query: -47 preprocess_query: -47
ignorecase: entity_status: { }
all_fields: false
fields:
- field_summary
- name
- rendered_item
- title
weights:
preprocess_index: -49
preprocess_query: -49
rendered_item: { }
stopwords: stopwords:
all_fields: false all_fields: false
fields: fields:
@ -227,18 +228,17 @@ processor_settings:
weights: weights:
preprocess_index: -48 preprocess_index: -48
preprocess_query: -50 preprocess_query: -50
tokenizer: aggregated_field: { }
ignorecase:
all_fields: false all_fields: false
fields: fields:
- field_summary - field_summary
- name
- rendered_item - rendered_item
- title - title
spaces: ''
overlap_cjk: 1
minimum_word_size: '3'
weights: weights:
preprocess_index: -44 preprocess_index: -49
preprocess_query: -46 preprocess_query: -49
transliteration: transliteration:
all_fields: false all_fields: false
fields: fields:

View file

@ -2,14 +2,14 @@ uuid: cac95268-e707-4f51-aed7-608b5e2085d5
langcode: en langcode: en
status: true status: true
dependencies: dependencies:
module:
- node
- user
- search_api
config: config:
- field.storage.node.field_summary - field.storage.node.field_summary
- search_api.server.database - search_api.server.database
- core.entity_view_mode.node.search_index - core.entity_view_mode.node.search_index
module:
- user
- search_api
- node
_core: _core:
default_config_hash: KBRaJWFxQLm4E4T0Cl9L5rX7ivF_DN3qCpw9248scJ0 default_config_hash: KBRaJWFxQLm4E4T0Cl9L5rX7ivF_DN3qCpw9248scJ0
id: campaign id: campaign
@ -40,11 +40,17 @@ field_settings:
property_path: title property_path: title
type: text type: text
boost: !!float 8 boost: !!float 8
dependencies:
module:
- node
created: created:
label: 'Authored on' label: 'Authored on'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: created property_path: created
type: date type: date
dependencies:
module:
- node
uid: uid:
label: 'Authored by' label: 'Authored by'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -52,11 +58,17 @@ field_settings:
type: integer type: integer
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
dependencies:
module:
- node
changed: changed:
label: Changed label: Changed
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: changed property_path: changed
type: date type: date
dependencies:
module:
- node
field_summary: field_summary:
label: Summary label: Summary
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -72,6 +84,9 @@ field_settings:
type: boolean type: boolean
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
dependencies:
module:
- node
name: name:
label: 'Authored by » User » Name' label: 'Authored by » User » Name'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -79,17 +94,24 @@ field_settings:
type: string type: string
dependencies: dependencies:
module: module:
- node
- user - user
sticky: sticky:
label: 'Sticky at top of lists' label: 'Sticky at top of lists'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: sticky property_path: sticky
type: boolean type: boolean
dependencies:
module:
- node
promote: promote:
label: 'Promoted to front page' label: 'Promoted to front page'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: promote property_path: promote
type: boolean type: boolean
dependencies:
module:
- node
datasource_settings: datasource_settings:
'entity:node': 'entity:node':
bundles: bundles:
@ -101,6 +123,11 @@ datasource_settings:
selected: { } selected: { }
processor_settings: processor_settings:
add_url: { } add_url: { }
content_access:
weights:
preprocess_query: -45
language_with_fallback: { }
rendered_item: { }
tokenizer: tokenizer:
all_fields: false all_fields: false
fields: fields:
@ -113,7 +140,23 @@ processor_settings:
weights: weights:
preprocess_index: -44 preprocess_index: -44
preprocess_query: -46 preprocess_query: -46
aggregated_field: { } html_filter:
all_fields: false
fields:
- rendered_item
- field_summary
title: true
alt: true
tags:
h1: 5
h2: 3
h3: 2
strong: 2
b: 2
weights:
preprocess_index: -46
preprocess_query: -47
entity_status: { }
stopwords: stopwords:
all_fields: false all_fields: false
fields: fields:
@ -159,11 +202,7 @@ processor_settings:
weights: weights:
preprocess_index: -48 preprocess_index: -48
preprocess_query: -50 preprocess_query: -50
rendered_item: { } aggregated_field: { }
entity_status: { }
content_access:
weights:
preprocess_query: -45
ignorecase: ignorecase:
all_fields: false all_fields: false
fields: fields:
@ -184,22 +223,6 @@ processor_settings:
weights: weights:
preprocess_index: -47 preprocess_index: -47
preprocess_query: -48 preprocess_query: -48
html_filter:
all_fields: false
fields:
- rendered_item
- field_summary
title: true
alt: true
tags:
h1: 5
h2: 3
h3: 2
strong: 2
b: 2
weights:
preprocess_index: -46
preprocess_query: -47
tracker_settings: tracker_settings:
default: default:
indexing_order: fifo indexing_order: fifo

View file

@ -2,6 +2,10 @@ uuid: 552bb15c-6625-4c5c-9ac1-079ca864e7f2
langcode: en langcode: en
status: true status: true
dependencies: dependencies:
module:
- node
- user
- search_api
config: config:
- field.storage.node.field_case_study_client - field.storage.node.field_case_study_client
- field.storage.node.field_case_study_partners - field.storage.node.field_case_study_partners
@ -12,10 +16,6 @@ dependencies:
- field.storage.node.field_services - field.storage.node.field_services
- field.storage.node.field_summary - field.storage.node.field_summary
- search_api.server.database - search_api.server.database
module:
- user
- search_api
- node
_core: _core:
default_config_hash: nBr-sIteA0eUXy98AelC21GVhp9W0nXOrtrNz0nvZ64 default_config_hash: nBr-sIteA0eUXy98AelC21GVhp9W0nXOrtrNz0nvZ64
id: case_study id: case_study
@ -28,11 +28,17 @@ field_settings:
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: changed property_path: changed
type: date type: date
dependencies:
module:
- node
created: created:
label: 'Authored on' label: 'Authored on'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: created property_path: created
type: date type: date
dependencies:
module:
- node
field_case_study_client: field_case_study_client:
label: Client label: Client
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -104,6 +110,7 @@ field_settings:
type: string type: string
dependencies: dependencies:
module: module:
- node
- user - user
node_grants: node_grants:
label: 'Node access information' label: 'Node access information'
@ -117,6 +124,9 @@ field_settings:
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: promote property_path: promote
type: boolean type: boolean
dependencies:
module:
- node
rendered_item: rendered_item:
label: 'Rendered HTML output' label: 'Rendered HTML output'
property_path: rendered_item property_path: rendered_item
@ -142,17 +152,26 @@ field_settings:
type: boolean type: boolean
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
dependencies:
module:
- node
sticky: sticky:
label: 'Sticky at top of lists' label: 'Sticky at top of lists'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: sticky property_path: sticky
type: boolean type: boolean
dependencies:
module:
- node
title: title:
label: Title label: Title
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: title property_path: title
type: text type: text
boost: !!float 8 boost: !!float 8
dependencies:
module:
- node
uid: uid:
label: 'Authored by' label: 'Authored by'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -160,6 +179,9 @@ field_settings:
type: integer type: integer
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
dependencies:
module:
- node
datasource_settings: datasource_settings:
'entity:node': 'entity:node':
bundles: bundles:
@ -171,11 +193,23 @@ datasource_settings:
selected: { } selected: { }
processor_settings: processor_settings:
add_url: { } add_url: { }
aggregated_field: { }
content_access: content_access:
weights: weights:
preprocess_query: -45 preprocess_query: -45
entity_status: { } language_with_fallback: { }
rendered_item: { }
tokenizer:
all_fields: false
fields:
- field_summary
- rendered_item
- title
spaces: ''
overlap_cjk: 1
minimum_word_size: '3'
weights:
preprocess_index: -44
preprocess_query: -46
html_filter: html_filter:
all_fields: false all_fields: false
fields: fields:
@ -192,17 +226,7 @@ processor_settings:
weights: weights:
preprocess_index: -46 preprocess_index: -46
preprocess_query: -47 preprocess_query: -47
ignorecase: entity_status: { }
all_fields: false
fields:
- field_summary
- name
- rendered_item
- title
weights:
preprocess_index: -49
preprocess_query: -49
rendered_item: { }
stopwords: stopwords:
all_fields: false all_fields: false
fields: fields:
@ -248,18 +272,17 @@ processor_settings:
weights: weights:
preprocess_index: -48 preprocess_index: -48
preprocess_query: -50 preprocess_query: -50
tokenizer: aggregated_field: { }
ignorecase:
all_fields: false all_fields: false
fields: fields:
- field_summary - field_summary
- name
- rendered_item - rendered_item
- title - title
spaces: ''
overlap_cjk: 1
minimum_word_size: '3'
weights: weights:
preprocess_index: -44 preprocess_index: -49
preprocess_query: -46 preprocess_query: -49
transliteration: transliteration:
all_fields: false all_fields: false
fields: fields:

View file

@ -2,15 +2,15 @@ uuid: f8e8fb19-b2b1-41d0-ada1-b03ae23f9c23
langcode: en langcode: en
status: true status: true
dependencies: dependencies:
module:
- node
- user
- search_api
config: config:
- field.storage.node.field_tags - field.storage.node.field_tags
- field.storage.node.field_summary - field.storage.node.field_summary
- search_api.server.database - search_api.server.database
- core.entity_view_mode.node.full - core.entity_view_mode.node.full
module:
- user
- search_api
- node
_core: _core:
default_config_hash: 8J7Osuw_wrGb6nDwjzFpe02fOzNowNbFih-owOA2VHk default_config_hash: 8J7Osuw_wrGb6nDwjzFpe02fOzNowNbFih-owOA2VHk
id: content id: content
@ -48,16 +48,25 @@ field_settings:
property_path: title property_path: title
type: text type: text
boost: !!float 8 boost: !!float 8
dependencies:
module:
- node
created: created:
label: 'Authored on' label: 'Authored on'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: created property_path: created
type: date type: date
dependencies:
module:
- node
changed: changed:
label: Changed label: Changed
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: changed property_path: changed
type: date type: date
dependencies:
module:
- node
status: status:
label: 'Publishing status' label: 'Publishing status'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -65,11 +74,17 @@ field_settings:
type: boolean type: boolean
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
dependencies:
module:
- node
sticky: sticky:
label: 'Sticky at top of lists' label: 'Sticky at top of lists'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: sticky property_path: sticky
type: boolean type: boolean
dependencies:
module:
- node
field_tags: field_tags:
label: Tags label: Tags
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -85,6 +100,7 @@ field_settings:
type: string type: string
dependencies: dependencies:
module: module:
- node
- user - user
uid: uid:
label: 'Author ID' label: 'Author ID'
@ -93,11 +109,17 @@ field_settings:
type: integer type: integer
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
dependencies:
module:
- node
type: type:
label: 'Content type' label: 'Content type'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: type property_path: type
type: string type: string
dependencies:
module:
- node
field_summary: field_summary:
label: Summary label: Summary
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -116,6 +138,30 @@ datasource_settings:
default: true default: true
selected: { } selected: { }
processor_settings: processor_settings:
add_url:
weights:
preprocess_index: -30
content_access:
weights:
preprocess_index: -6
preprocess_query: -4
language_with_fallback: { }
rendered_item:
weights:
add_properties: 0
pre_index_save: -10
tokenizer:
fields:
- rendered_item
- title
- field_summary
spaces: ''
overlap_cjk: 1
minimum_word_size: '3'
weights:
preprocess_index: -2
preprocess_query: -5
all_fields: false
html_filter: html_filter:
fields: fields:
- rendered_item - rendered_item
@ -132,10 +178,9 @@ processor_settings:
preprocess_index: -3 preprocess_index: -3
preprocess_query: -6 preprocess_query: -6
all_fields: false all_fields: false
content_access: entity_status:
weights: weights:
preprocess_index: -6 preprocess_index: -10
preprocess_query: -4
stopwords: stopwords:
fields: fields:
- rendered_item - rendered_item
@ -181,40 +226,9 @@ processor_settings:
preprocess_index: -5 preprocess_index: -5
preprocess_query: -10 preprocess_query: -10
all_fields: false all_fields: false
entity_status:
weights:
preprocess_index: -10
tokenizer:
fields:
- rendered_item
- title
- field_summary
spaces: ''
overlap_cjk: 1
minimum_word_size: '3'
weights:
preprocess_index: -2
preprocess_query: -5
all_fields: false
add_url:
weights:
preprocess_index: -30
rendered_item:
weights:
add_properties: 0
pre_index_save: -10
aggregated_field: aggregated_field:
weights: weights:
add_properties: 20 add_properties: 20
transliteration:
fields:
- rendered_item
- title
- field_summary
weights:
preprocess_index: -4
preprocess_query: -7
all_fields: false
ignorecase: ignorecase:
fields: fields:
- rendered_item - rendered_item
@ -224,6 +238,15 @@ processor_settings:
preprocess_index: -5 preprocess_index: -5
preprocess_query: -8 preprocess_query: -8
all_fields: false all_fields: false
transliteration:
fields:
- rendered_item
- title
- field_summary
weights:
preprocess_index: -4
preprocess_query: -7
all_fields: false
tracker_settings: tracker_settings:
default: default:
indexing_order: fifo indexing_order: fifo

View file

@ -2,6 +2,10 @@ uuid: 8b5ca05b-a953-4270-87e9-ac885c2b8150
langcode: en langcode: en
status: true status: true
dependencies: dependencies:
module:
- node
- user
- search_api
config: config:
- field.storage.node.field_tags - field.storage.node.field_tags
- field.storage.node.field_summary - field.storage.node.field_summary
@ -10,10 +14,6 @@ dependencies:
- field.storage.node.field_topics - field.storage.node.field_topics
- search_api.server.database - search_api.server.database
- core.entity_view_mode.node.search_index - core.entity_view_mode.node.search_index
module:
- user
- search_api
- node
_core: _core:
default_config_hash: zat7whU86LmXH9N0ye6xl1m53ByVw_0uajXqOERyKEI default_config_hash: zat7whU86LmXH9N0ye6xl1m53ByVw_0uajXqOERyKEI
id: event id: event
@ -44,6 +44,9 @@ field_settings:
property_path: title property_path: title
type: text type: text
boost: !!float 8 boost: !!float 8
dependencies:
module:
- node
field_tags: field_tags:
label: Tags label: Tags
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -57,6 +60,9 @@ field_settings:
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: created property_path: created
type: date type: date
dependencies:
module:
- node
uid: uid:
label: 'Authored by' label: 'Authored by'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -64,11 +70,17 @@ field_settings:
type: integer type: integer
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
dependencies:
module:
- node
changed: changed:
label: Changed label: Changed
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: changed property_path: changed
type: date type: date
dependencies:
module:
- node
field_summary: field_summary:
label: Summary label: Summary
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -84,6 +96,9 @@ field_settings:
type: boolean type: boolean
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
dependencies:
module:
- node
name: name:
label: 'Authored by » User » Name' label: 'Authored by » User » Name'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -91,17 +106,24 @@ field_settings:
type: string type: string
dependencies: dependencies:
module: module:
- node
- user - user
sticky: sticky:
label: 'Sticky at top of lists' label: 'Sticky at top of lists'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: sticky property_path: sticky
type: boolean type: boolean
dependencies:
module:
- node
promote: promote:
label: 'Promoted to front page' label: 'Promoted to front page'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: promote property_path: promote
type: boolean type: boolean
dependencies:
module:
- node
field_event_date: field_event_date:
label: 'Event date' label: 'Event date'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -144,10 +166,12 @@ datasource_settings:
default: true default: true
selected: { } selected: { }
processor_settings: processor_settings:
rendered_item: { }
add_url: { } add_url: { }
aggregated_field: { } content_access:
entity_status: { } weights:
preprocess_query: -45
language_with_fallback: { }
rendered_item: { }
tokenizer: tokenizer:
all_fields: false all_fields: false
fields: fields:
@ -160,6 +184,23 @@ processor_settings:
weights: weights:
preprocess_index: -44 preprocess_index: -44
preprocess_query: -46 preprocess_query: -46
html_filter:
all_fields: false
fields:
- rendered_item
- field_summary
title: true
alt: true
tags:
h1: 5
h2: 3
h3: 2
strong: 2
b: 2
weights:
preprocess_index: -46
preprocess_query: -47
entity_status: { }
stopwords: stopwords:
all_fields: false all_fields: false
fields: fields:
@ -205,6 +246,7 @@ processor_settings:
weights: weights:
preprocess_index: -48 preprocess_index: -48
preprocess_query: -50 preprocess_query: -50
aggregated_field: { }
ignorecase: ignorecase:
all_fields: false all_fields: false
fields: fields:
@ -225,25 +267,6 @@ processor_settings:
weights: weights:
preprocess_index: -47 preprocess_index: -47
preprocess_query: -48 preprocess_query: -48
content_access:
weights:
preprocess_query: -45
html_filter:
all_fields: false
fields:
- rendered_item
- field_summary
title: true
alt: true
tags:
h1: 5
h2: 3
h3: 2
strong: 2
b: 2
weights:
preprocess_index: -46
preprocess_query: -47
tracker_settings: tracker_settings:
default: default:
indexing_order: fifo indexing_order: fifo

View file

@ -2,15 +2,15 @@ uuid: 9e1a864e-8391-48e0-bfe9-6809f522e22c
langcode: en langcode: en
status: true status: true
dependencies: dependencies:
module:
- node
- user
- search_api
config: config:
- field.storage.node.field_summary - field.storage.node.field_summary
- field.storage.node.field_people_type - field.storage.node.field_people_type
- search_api.server.database - search_api.server.database
- core.entity_view_mode.node.search_index - core.entity_view_mode.node.search_index
module:
- user
- search_api
- node
_core: _core:
default_config_hash: MppSSFf9_oAEuTYEXp1R5nK30k5xRKvptoEDwKw9v6o default_config_hash: MppSSFf9_oAEuTYEXp1R5nK30k5xRKvptoEDwKw9v6o
id: people id: people
@ -41,11 +41,17 @@ field_settings:
property_path: title property_path: title
type: text type: text
boost: !!float 8 boost: !!float 8
dependencies:
module:
- node
created: created:
label: 'Authored on' label: 'Authored on'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: created property_path: created
type: date type: date
dependencies:
module:
- node
uid: uid:
label: 'Authored by' label: 'Authored by'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -53,11 +59,17 @@ field_settings:
type: integer type: integer
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
dependencies:
module:
- node
changed: changed:
label: Changed label: Changed
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: changed property_path: changed
type: date type: date
dependencies:
module:
- node
field_summary: field_summary:
label: Summary label: Summary
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -73,6 +85,9 @@ field_settings:
type: boolean type: boolean
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
dependencies:
module:
- node
name: name:
label: 'Authored by » User » Name' label: 'Authored by » User » Name'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -80,17 +95,24 @@ field_settings:
type: string type: string
dependencies: dependencies:
module: module:
- node
- user - user
sticky: sticky:
label: 'Sticky at top of lists' label: 'Sticky at top of lists'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: sticky property_path: sticky
type: boolean type: boolean
dependencies:
module:
- node
promote: promote:
label: 'Promoted to front page' label: 'Promoted to front page'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: promote property_path: promote
type: boolean type: boolean
dependencies:
module:
- node
field_people_type: field_people_type:
label: 'People type' label: 'People type'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -110,6 +132,11 @@ datasource_settings:
selected: { } selected: { }
processor_settings: processor_settings:
add_url: { } add_url: { }
content_access:
weights:
preprocess_query: -45
language_with_fallback: { }
rendered_item: { }
tokenizer: tokenizer:
all_fields: false all_fields: false
fields: fields:
@ -122,7 +149,23 @@ processor_settings:
weights: weights:
preprocess_index: -44 preprocess_index: -44
preprocess_query: -46 preprocess_query: -46
aggregated_field: { } html_filter:
all_fields: false
fields:
- rendered_item
- field_summary
title: true
alt: true
tags:
h1: 5
h2: 3
h3: 2
strong: 2
b: 2
weights:
preprocess_index: -46
preprocess_query: -47
entity_status: { }
stopwords: stopwords:
all_fields: false all_fields: false
fields: fields:
@ -168,11 +211,7 @@ processor_settings:
weights: weights:
preprocess_index: -48 preprocess_index: -48
preprocess_query: -50 preprocess_query: -50
rendered_item: { } aggregated_field: { }
entity_status: { }
content_access:
weights:
preprocess_query: -45
ignorecase: ignorecase:
all_fields: false all_fields: false
fields: fields:
@ -193,22 +232,6 @@ processor_settings:
weights: weights:
preprocess_index: -47 preprocess_index: -47
preprocess_query: -48 preprocess_query: -48
html_filter:
all_fields: false
fields:
- rendered_item
- field_summary
title: true
alt: true
tags:
h1: 5
h2: 3
h3: 2
strong: 2
b: 2
weights:
preprocess_index: -46
preprocess_query: -47
tracker_settings: tracker_settings:
default: default:
indexing_order: fifo indexing_order: fifo

View file

@ -2,6 +2,10 @@ uuid: c17253d9-b0bf-4b40-9bde-ebc01e315cc7
langcode: en langcode: en
status: true status: true
dependencies: dependencies:
module:
- node
- user
- search_api
config: config:
- field.storage.node.field_tags - field.storage.node.field_tags
- field.storage.node.field_summary - field.storage.node.field_summary
@ -9,10 +13,6 @@ dependencies:
- field.storage.node.field_topics - field.storage.node.field_topics
- search_api.server.database - search_api.server.database
- core.entity_view_mode.node.search_index - core.entity_view_mode.node.search_index
module:
- user
- search_api
- node
_core: _core:
default_config_hash: fFIBB3dnItuQJjsd_PydP1ZyBnj9hsUpshBHlAX5f24 default_config_hash: fFIBB3dnItuQJjsd_PydP1ZyBnj9hsUpshBHlAX5f24
id: resource id: resource
@ -43,6 +43,9 @@ field_settings:
property_path: title property_path: title
type: text type: text
boost: !!float 8 boost: !!float 8
dependencies:
module:
- node
field_tags: field_tags:
label: Tags label: Tags
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -56,6 +59,9 @@ field_settings:
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: created property_path: created
type: date type: date
dependencies:
module:
- node
uid: uid:
label: 'Authored by' label: 'Authored by'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -63,11 +69,17 @@ field_settings:
type: integer type: integer
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
dependencies:
module:
- node
changed: changed:
label: Changed label: Changed
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: changed property_path: changed
type: date type: date
dependencies:
module:
- node
field_summary: field_summary:
label: Summary label: Summary
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -83,6 +95,9 @@ field_settings:
type: boolean type: boolean
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
dependencies:
module:
- node
name: name:
label: 'Authored by » User » Name' label: 'Authored by » User » Name'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -90,12 +105,16 @@ field_settings:
type: string type: string
dependencies: dependencies:
module: module:
- node
- user - user
sticky: sticky:
label: 'Sticky at top of lists' label: 'Sticky at top of lists'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: sticky property_path: sticky
type: boolean type: boolean
dependencies:
module:
- node
field_resource_type: field_resource_type:
label: 'Resource type' label: 'Resource type'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -109,6 +128,9 @@ field_settings:
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: promote property_path: promote
type: boolean type: boolean
dependencies:
module:
- node
field_topics: field_topics:
label: Topics label: Topics
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -128,6 +150,11 @@ datasource_settings:
selected: { } selected: { }
processor_settings: processor_settings:
add_url: { } add_url: { }
content_access:
weights:
preprocess_query: -45
language_with_fallback: { }
rendered_item: { }
tokenizer: tokenizer:
all_fields: false all_fields: false
fields: fields:
@ -140,7 +167,23 @@ processor_settings:
weights: weights:
preprocess_index: -44 preprocess_index: -44
preprocess_query: -46 preprocess_query: -46
aggregated_field: { } html_filter:
all_fields: false
fields:
- rendered_item
- field_summary
title: true
alt: true
tags:
h1: 5
h2: 3
h3: 2
strong: 2
b: 2
weights:
preprocess_index: -46
preprocess_query: -47
entity_status: { }
stopwords: stopwords:
all_fields: false all_fields: false
fields: fields:
@ -186,11 +229,7 @@ processor_settings:
weights: weights:
preprocess_index: -48 preprocess_index: -48
preprocess_query: -50 preprocess_query: -50
rendered_item: { } aggregated_field: { }
entity_status: { }
content_access:
weights:
preprocess_query: -45
ignorecase: ignorecase:
all_fields: false all_fields: false
fields: fields:
@ -211,22 +250,6 @@ processor_settings:
weights: weights:
preprocess_index: -47 preprocess_index: -47
preprocess_query: -48 preprocess_query: -48
html_filter:
all_fields: false
fields:
- rendered_item
- field_summary
title: true
alt: true
tags:
h1: 5
h2: 3
h3: 2
strong: 2
b: 2
weights:
preprocess_index: -46
preprocess_query: -47
tracker_settings: tracker_settings:
default: default:
indexing_order: fifo indexing_order: fifo