materio-d9/config/sync/search_api.index.database.yml

339 lines
8.0 KiB
YAML
Raw Normal View History

2019-05-28 16:44:23 +02:00
uuid: 9044a42a-bf11-44ba-8b27-fa38d99f8dba
2019-05-27 13:07:55 +02:00
langcode: en
2019-05-28 11:24:18 +02:00
status: true
2019-05-27 13:07:55 +02:00
dependencies:
2019-05-28 11:24:18 +02:00
module:
- search_api_solr
2019-05-28 16:44:23 +02:00
- taxonomy
- node
2019-05-28 11:24:18 +02:00
- search_api
- address
2019-05-27 13:07:55 +02:00
config:
- field.storage.node.body
- field.storage.node.field_distributor
- field.storage.taxonomy_term.field_public_address
2021-01-19 16:30:14 +01:00
- field.storage.node.field_famille
- field.storage.node.field_manufacturer
2021-01-25 14:56:18 +01:00
- field.storage.node.field_reference
2019-05-27 13:07:55 +02:00
- field.storage.node.field_tags
2019-05-28 16:44:23 +02:00
- field.storage.taxonomy_term.field_synonyms
2019-05-27 13:07:55 +02:00
- field.storage.node.field_thesaurus
2019-05-28 11:24:18 +02:00
- search_api.server.materio
third_party_settings:
search_api_solr:
2019-05-28 16:44:23 +02:00
finalize: true
2019-05-28 11:24:18 +02:00
commit_before_finalize: false
commit_after_finalize: false
multilingual:
limit_to_content_language: true
2019-05-28 11:24:18 +02:00
include_language_independent: true
highlighter:
maxAnalyzedChars: 51200
fragmenter: gap
regex:
slop: 0.5
pattern: blank
maxAnalyzedChars: 10000
2019-05-28 16:44:23 +02:00
usePhraseHighlighter: false
highlightMultiTerm: false
2019-05-28 11:24:18 +02:00
preserveMulti: false
highlight:
mergeContiguous: false
requireFieldMatch: false
snippets: 3
fragsize: 0
2021-02-22 16:04:39 +01:00
mlt:
mintf: 1
mindf: 1
maxdf: 0
maxdfpct: 0
minwl: 0
maxwl: 0
maxqt: 100
maxntp: 2000
boost: false
interestingTerms: none
term_modifiers:
slop: 10000000
fuzzy: 2
2021-02-22 16:04:39 +01:00
advanced:
index_prefix: ''
collection: ''
timezone: ''
2019-05-28 16:44:23 +02:00
id: database
name: database
2019-05-27 13:07:55 +02:00
description: ''
read_only: false
field_settings:
country_code:
label: 'Manufacturer » Terme de taxonomie » Address » The two-letter country code'
datasource_id: 'entity:node'
property_path: 'field_manufacturer:entity:field_public_address:country_code'
type: solr_text_wstoken
dependencies:
config:
- field.storage.node.field_manufacturer
- field.storage.taxonomy_term.field_public_address
module:
- taxonomy
country_code_1:
label: 'Distributor » Terme de taxonomie » Address » The two-letter country code'
datasource_id: 'entity:node'
property_path: 'field_distributor:entity:field_public_address:country_code'
type: solr_text_wstoken
dependencies:
config:
- field.storage.node.field_distributor
- field.storage.taxonomy_term.field_public_address
module:
- taxonomy
2019-05-27 13:07:55 +02:00
field_famille:
label: Famille
datasource_id: 'entity:node'
property_path: field_famille
2019-05-28 16:44:23 +02:00
type: string
2019-05-27 13:07:55 +02:00
dependencies:
config:
- field.storage.node.field_famille
2021-01-25 14:56:18 +01:00
field_reference:
label: Reference
datasource_id: 'entity:node'
property_path: field_reference
type: solr_text_wstoken
2021-01-25 14:56:18 +01:00
boost: !!float 21
dependencies:
config:
- field.storage.node.field_reference
name:
label: 'Manufacturer » Terme de taxonomie » Nom'
datasource_id: 'entity:node'
property_path: 'field_manufacturer:entity:name'
type: text
dependencies:
config:
- field.storage.node.field_manufacturer
module:
- taxonomy
name_1:
label: 'Distributor » Terme de taxonomie » Nom'
datasource_id: 'entity:node'
property_path: 'field_distributor:entity:name'
type: text
dependencies:
config:
- field.storage.node.field_distributor
module:
- taxonomy
2019-06-01 16:15:08 +02:00
nid:
label: ID
datasource_id: 'entity:node'
property_path: nid
type: integer
dependencies:
module:
- node
2019-05-28 16:44:23 +02:00
node_grants:
label: 'Node access information'
property_path: search_api_node_grants
type: string
indexed_locked: true
type_locked: true
hidden: true
processed:
label: 'Description » Processed text'
2019-05-27 13:07:55 +02:00
datasource_id: 'entity:node'
2019-05-28 16:44:23 +02:00
property_path: 'body:processed'
type: 'solr_text_custom:ngram'
2019-05-27 13:07:55 +02:00
dependencies:
config:
2019-05-28 16:44:23 +02:00
- field.storage.node.body
status:
2019-06-01 16:15:08 +02:00
label: status
2019-05-27 13:07:55 +02:00
datasource_id: 'entity:node'
2019-05-28 16:44:23 +02:00
property_path: status
type: boolean
indexed_locked: true
type_locked: true
2019-05-27 13:07:55 +02:00
dependencies:
2019-05-28 16:44:23 +02:00
module:
- node
tag_name:
label: 'Tags » Taxonomy term » Name'
2019-05-27 13:07:55 +02:00
datasource_id: 'entity:node'
2019-05-28 16:44:23 +02:00
property_path: 'field_tags:entity:name'
type: solr_text_wstoken
boost: !!float 8
2019-05-27 13:07:55 +02:00
dependencies:
config:
2019-05-28 16:44:23 +02:00
- field.storage.node.field_tags
module:
- taxonomy
tag_synonyms:
label: 'Tags » Taxonomy term » Synonyms'
2019-05-27 13:07:55 +02:00
datasource_id: 'entity:node'
2019-05-28 16:44:23 +02:00
property_path: 'field_tags:entity:field_synonyms'
type: solr_text_wstoken
boost: !!float 8
2019-05-27 13:07:55 +02:00
dependencies:
config:
- field.storage.node.field_tags
2019-05-28 16:44:23 +02:00
- field.storage.taxonomy_term.field_synonyms
module:
- taxonomy
2019-06-01 16:15:08 +02:00
tag_tid:
label: 'Tags » Taxonomy term » Term ID'
datasource_id: 'entity:node'
property_path: 'field_tags:entity:tid'
type: integer
boost: !!float 8
2019-06-01 16:15:08 +02:00
dependencies:
config:
- field.storage.node.field_tags
module:
- taxonomy
2019-05-28 16:44:23 +02:00
thesaurus_name:
label: 'Thesaurus » Taxonomy term » Name'
2019-05-27 13:07:55 +02:00
datasource_id: 'entity:node'
2019-05-28 16:44:23 +02:00
property_path: 'field_thesaurus:entity:name'
type: solr_text_wstoken
boost: !!float 8
2019-05-27 13:07:55 +02:00
dependencies:
config:
- field.storage.node.field_thesaurus
module:
2019-05-28 16:44:23 +02:00
- taxonomy
thesaurus_synonyms:
label: 'Thesaurus » Taxonomy term » Synonyms'
2019-05-27 13:07:55 +02:00
datasource_id: 'entity:node'
2019-05-28 16:44:23 +02:00
property_path: 'field_thesaurus:entity:field_synonyms'
type: solr_text_wstoken
boost: !!float 8
2019-05-27 13:07:55 +02:00
dependencies:
2019-05-28 16:44:23 +02:00
config:
- field.storage.node.field_thesaurus
- field.storage.taxonomy_term.field_synonyms
2019-05-27 13:07:55 +02:00
module:
2019-05-28 16:44:23 +02:00
- taxonomy
2019-06-01 16:15:08 +02:00
thesaurus_tid:
label: 'Thesaurus » Taxonomy term » Term ID'
datasource_id: 'entity:node'
property_path: 'field_thesaurus:entity:tid'
type: integer
boost: !!float 8
2019-06-01 16:15:08 +02:00
dependencies:
config:
- field.storage.node.field_thesaurus
module:
- taxonomy
2019-05-27 13:07:55 +02:00
title:
label: Title
datasource_id: 'entity:node'
property_path: title
2021-01-20 12:09:22 +01:00
type: text
boost: !!float 13
2019-05-27 13:07:55 +02:00
dependencies:
module:
- node
uid:
2019-06-01 16:15:08 +02:00
label: uid
2019-05-27 13:07:55 +02:00
datasource_id: 'entity:node'
property_path: uid
type: integer
indexed_locked: true
type_locked: true
dependencies:
module:
- node
uuid:
label: UUID
datasource_id: 'entity:node'
property_path: uuid
type: string
dependencies:
module:
- node
2019-05-27 13:07:55 +02:00
datasource_settings:
'entity:node':
bundles:
default: false
selected:
- materiau
- thematique
languages:
2019-05-28 16:44:23 +02:00
default: false
selected:
- en
- fr
2019-05-27 13:07:55 +02:00
processor_settings:
add_url: { }
address_abbreviations_to_full_form:
all_fields: false
weights:
preprocess_index: -20
preprocess_query: -20
2021-01-19 16:30:14 +01:00
aggregated_field: { }
2019-05-27 13:07:55 +02:00
content_access:
weights:
2019-05-28 16:44:23 +02:00
preprocess_query: -50
2021-01-19 16:30:14 +01:00
double_quote_workaround:
2019-05-28 16:44:23 +02:00
all_fields: true
2019-05-27 13:07:55 +02:00
fields:
- country_code
- country_code_1
2019-05-27 13:07:55 +02:00
- field_famille
- field_reference
- name
- name_1
2019-05-28 16:44:23 +02:00
- processed
- tag_name
- tag_synonyms
- thesaurus_name
- thesaurus_synonyms
2019-05-27 13:07:55 +02:00
- title
- uuid
2021-01-19 16:30:14 +01:00
replacement: '|9999999998|'
2019-05-27 13:07:55 +02:00
weights:
2021-01-19 16:30:14 +01:00
postprocess_query: 0
2019-05-27 13:07:55 +02:00
preprocess_index: -15
2021-01-19 16:30:14 +01:00
preprocess_query: -48
entity_status: { }
html_filter:
all_fields: true
fields:
- country_code
- country_code_1
- field_famille
2021-01-25 14:56:18 +01:00
- field_reference
- name
- name_1
- processed
- tag_name
- tag_synonyms
- thesaurus_name
- thesaurus_synonyms
- title
- uuid
2021-01-19 16:30:14 +01:00
title: true
alt: true
tags:
b: 2
h1: 5
h2: 3
h3: 2
strong: 2
weights:
preprocess_index: -15
2021-01-19 16:30:14 +01:00
preprocess_query: -49
language_with_fallback: { }
rendered_item: { }
solr_date_range:
weights:
preprocess_index: 0
2019-05-27 13:07:55 +02:00
tracker_settings:
default:
2019-05-28 16:44:23 +02:00
indexing_order: fifo
2019-05-27 13:07:55 +02:00
options:
index_directly: true
cron_limit: 50
2019-05-28 11:24:18 +02:00
server: materio