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