mynotes-8.x-1.3/config/install/search_api.index.notes_index.yml
config/install/search_api.index.notes_index.yml
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_stared
- field.storage.node.field_archived
- field.storage.node.field_labels
- field.storage.node.body
- field.storage.node.field_files
- field.storage.node.field_images
- search_api.server.notes_server
module:
- taxonomy
- search_api
- node
id: notes_index
name: 'Notes index'
description: ''
read_only: false
field_settings:
title:
label: Title
datasource_id: 'entity:node'
property_path: title
type: text
status:
label: 'Publishing status'
datasource_id: 'entity:node'
property_path: status
type: boolean
stared:
label: Stared
datasource_id: 'entity:node'
property_path: field_stared
type: boolean
dependencies:
config:
- field.storage.node.field_stared
created:
label: 'Authored on'
datasource_id: 'entity:node'
property_path: created
type: date
archived:
label: Archived
datasource_id: 'entity:node'
property_path: field_archived
type: boolean
dependencies:
config:
- field.storage.node.field_archived
type:
label: 'Content type'
datasource_id: 'entity:node'
property_path: type
type: string
labels_fulltext:
label: 'Labels » Taxonomy term » Name'
datasource_id: 'entity:node'
property_path: 'field_labels:entity:name'
type: text
dependencies:
config:
- field.storage.node.field_labels
module:
- taxonomy
labels_string:
label: 'Labels » Taxonomy term » Name'
datasource_id: 'entity:node'
property_path: 'field_labels:entity:name'
type: string
dependencies:
config:
- field.storage.node.field_labels
module:
- taxonomy
description:
label: 'Description » Processed text'
datasource_id: 'entity:node'
property_path: 'body:processed'
type: text
dependencies:
config:
- field.storage.node.body
file_description:
label: 'Files » Description'
datasource_id: 'entity:node'
property_path: 'field_files:description'
type: text
dependencies:
config:
- field.storage.node.field_files
alt:
label: 'Images » Alternative text'
datasource_id: 'entity:node'
property_path: 'field_images:alt'
type: text
dependencies:
config:
- field.storage.node.field_images
title_1:
label: 'Images » Title'
datasource_id: 'entity:node'
property_path: 'field_images:title'
type: text
dependencies:
config:
- field.storage.node.field_images
datasource_settings:
'entity:node':
bundles:
default: false
selected:
- note
languages:
default: true
selected: { }
processor_settings:
aggregated_field: { }
rendered_item: { }
add_url: { }
html_filter:
fields:
- description
title: false
alt: false
tags:
h1: 5
h2: 3
h3: 2
strong: 2
b: 2
em: 1
u: 1
weights:
preprocess_index: -10
preprocess_query: -10
tracker_settings:
default: { }
options:
index_directly: true
cron_limit: 50
server: notes_server
