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: ebe41411-d803-4e6f-ad3b-d2cee6726564
langcode: en
status: true
dependencies:
module:
- node
- user
- search_api
config:
- field.storage.node.field_tags
- field.storage.node.field_summary
@ -10,10 +14,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: J04p8dO7JgH6HJ11pkCigWVJg-8TXjwcS4kwaVmluI8
id: article
@ -44,6 +44,9 @@ field_settings:
property_path: title
type: text
boost: !!float 8
dependencies:
module:
- node
field_tags:
label: Tags
datasource_id: 'entity:node'
@ -57,6 +60,9 @@ field_settings:
datasource_id: 'entity:node'
property_path: created
type: date
dependencies:
module:
- node
uid:
label: 'Authored by'
datasource_id: 'entity:node'
@ -64,11 +70,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'
@ -84,6 +96,9 @@ field_settings:
type: boolean
indexed_locked: true
type_locked: true
dependencies:
module:
- node
name:
label: 'Authored by » User » Name'
datasource_id: 'entity:node'
@ -91,17 +106,24 @@ 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
promote:
label: 'Promoted to front page'
datasource_id: 'entity:node'
property_path: promote
type: boolean
dependencies:
module:
- node
field_article_type:
label: 'Article type'
datasource_id: 'entity:node'
@ -136,10 +158,12 @@ datasource_settings:
default: true
selected: { }
processor_settings:
rendered_item: { }
add_url: { }
aggregated_field: { }
entity_status: { }
content_access:
weights:
preprocess_query: -45
language_with_fallback: { }
rendered_item: { }
tokenizer:
all_fields: false
fields:
@ -152,6 +176,23 @@ processor_settings:
weights:
preprocess_index: -44
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:
all_fields: false
fields:
@ -197,6 +238,7 @@ processor_settings:
weights:
preprocess_index: -48
preprocess_query: -50
aggregated_field: { }
ignorecase:
all_fields: false
fields:
@ -217,25 +259,6 @@ processor_settings:
weights:
preprocess_index: -47
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:
default:
indexing_order: fifo