Commit search API updates from live that make zilch sense but whatevs

This commit is contained in:
benjamin melançon 2020-06-18 10:36:55 -04:00
parent 81fbb4afb2
commit 475b6ef62b
9 changed files with 794 additions and 794 deletions

View file

@ -21,6 +21,86 @@ name: Action
description: 'An index for the action content type.' description: 'An index for the action content type.'
read_only: false read_only: false
field_settings: field_settings:
changed:
label: Changed
datasource_id: 'entity:node'
property_path: changed
type: date
dependencies:
module:
- node
created:
label: 'Authored on'
datasource_id: 'entity:node'
property_path: created
type: date
dependencies:
module:
- node
field_action_end_date:
label: 'Action end date'
datasource_id: 'entity:node'
property_path: field_action_end_date
type: date
dependencies:
config:
- field.storage.node.field_action_end_date
field_action_link:
label: 'Action link'
datasource_id: 'entity:node'
property_path: field_action_link
type: string
dependencies:
config:
- field.storage.node.field_action_link
field_action_type:
label: 'Action type'
datasource_id: 'entity:node'
property_path: field_action_type
type: integer
dependencies:
config:
- field.storage.node.field_action_type
field_summary:
label: Summary
datasource_id: 'entity:node'
property_path: field_summary
type: text
dependencies:
config:
- field.storage.node.field_summary
field_tags:
label: Tags
datasource_id: 'entity:node'
property_path: field_tags
type: integer
dependencies:
config:
- field.storage.node.field_tags
name:
label: 'Authored by » User » Name'
datasource_id: 'entity:node'
property_path: 'uid:entity:name'
type: string
dependencies:
module:
- node
- user
node_grants:
label: 'Node access information'
property_path: search_api_node_grants
type: string
indexed_locked: true
type_locked: true
hidden: true
promote:
label: 'Promoted to front page'
datasource_id: 'entity:node'
property_path: promote
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
@ -31,13 +111,24 @@ field_settings:
view_mode: view_mode:
'entity:node': 'entity:node':
action: search_index action: search_index
node_grants: status:
label: 'Node access information' label: Published
property_path: search_api_node_grants datasource_id: 'entity:node'
type: string property_path: status
type: boolean
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
hidden: true dependencies:
module:
- node
sticky:
label: 'Sticky at top of lists'
datasource_id: 'entity:node'
property_path: sticky
type: boolean
dependencies:
module:
- node
title: title:
label: Title label: Title
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -47,22 +138,6 @@ field_settings:
dependencies: dependencies:
module: module:
- node - node
field_tags:
label: Tags
datasource_id: 'entity:node'
property_path: field_tags
type: integer
dependencies:
config:
- field.storage.node.field_tags
created:
label: 'Authored on'
datasource_id: 'entity:node'
property_path: created
type: date
dependencies:
module:
- node
uid: uid:
label: 'Authored by' label: 'Authored by'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -73,81 +148,6 @@ field_settings:
dependencies: dependencies:
module: module:
- node - node
changed:
label: Changed
datasource_id: 'entity:node'
property_path: changed
type: date
dependencies:
module:
- node
field_summary:
label: Summary
datasource_id: 'entity:node'
property_path: field_summary
type: text
dependencies:
config:
- field.storage.node.field_summary
status:
label: Published
datasource_id: 'entity:node'
property_path: status
type: boolean
indexed_locked: true
type_locked: true
dependencies:
module:
- node
name:
label: 'Authored by » User » Name'
datasource_id: 'entity:node'
property_path: 'uid:entity:name'
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_action_end_date:
label: 'Action end date'
datasource_id: 'entity:node'
property_path: field_action_end_date
type: date
dependencies:
config:
- field.storage.node.field_action_end_date
field_action_type:
label: 'Action type'
datasource_id: 'entity:node'
property_path: field_action_type
type: integer
dependencies:
config:
- field.storage.node.field_action_type
field_action_link:
label: 'Action link'
datasource_id: 'entity:node'
property_path: field_action_link
type: string
dependencies:
config:
- field.storage.node.field_action_link
datasource_settings: datasource_settings:
'entity:node': 'entity:node':
bundles: bundles:
@ -159,46 +159,45 @@ 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
language_with_fallback: { } entity_status: { }
rendered_item: { }
tokenizer:
all_fields: false
fields:
- rendered_item
- title
- field_summary
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:
- rendered_item
- field_summary - field_summary
- rendered_item
title: true title: true
alt: true alt: true
tags: tags:
b: 2
h1: 5 h1: 5
h2: 3 h2: 3
h3: 2 h3: 2
strong: 2 strong: 2
b: 2
weights: weights:
preprocess_index: -46 preprocess_index: -46
preprocess_query: -47 preprocess_query: -47
entity_status: { } ignorecase:
all_fields: false
fields:
- field_summary
- name
- rendered_item
- title
weights:
preprocess_index: -49
preprocess_query: -49
language_with_fallback: { }
rendered_item: { }
stopwords: stopwords:
all_fields: false all_fields: false
fields: fields:
- field_summary
- rendered_item - rendered_item
- title - title
- field_summary
stopwords: stopwords:
- a - a
- an - an
@ -238,24 +237,25 @@ processor_settings:
weights: weights:
preprocess_index: -48 preprocess_index: -48
preprocess_query: -50 preprocess_query: -50
aggregated_field: { } tokenizer:
ignorecase:
all_fields: false all_fields: false
fields: fields:
- field_summary
- rendered_item - rendered_item
- title - title
- field_summary spaces: ''
- name overlap_cjk: 1
minimum_word_size: '3'
weights: weights:
preprocess_index: -49 preprocess_index: -44
preprocess_query: -49 preprocess_query: -46
transliteration: transliteration:
all_fields: false all_fields: false
fields: fields:
- rendered_item
- title
- field_summary - field_summary
- name - name
- rendered_item
- title
weights: weights:
preprocess_index: -47 preprocess_index: -47
preprocess_query: -48 preprocess_query: -48

View file

@ -21,58 +21,6 @@ name: Article
description: 'An index for the article content type.' description: 'An index for the article content type.'
read_only: false read_only: false
field_settings: field_settings:
rendered_item:
label: 'Rendered HTML output'
property_path: rendered_item
type: text
configuration:
roles:
anonymous: anonymous
view_mode:
'entity:node':
article: search_index
node_grants:
label: 'Node access information'
property_path: search_api_node_grants
type: string
indexed_locked: true
type_locked: true
hidden: true
title:
label: Title
datasource_id: 'entity:node'
property_path: title
type: text
boost: !!float 8
dependencies:
module:
- node
field_tags:
label: Tags
datasource_id: 'entity:node'
property_path: field_tags
type: integer
dependencies:
config:
- field.storage.node.field_tags
created:
label: 'Authored on'
datasource_id: 'entity:node'
property_path: created
type: date
dependencies:
module:
- node
uid:
label: 'Authored by'
datasource_id: 'entity:node'
property_path: uid
type: integer
indexed_locked: true
type_locked: true
dependencies:
module:
- node
changed: changed:
label: Changed label: Changed
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -81,46 +29,11 @@ field_settings:
dependencies: dependencies:
module: module:
- node - node
field_summary: created:
label: Summary label: 'Authored on'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: field_summary property_path: created
type: text type: date
dependencies:
config:
- field.storage.node.field_summary
status:
label: Published
datasource_id: 'entity:node'
property_path: status
type: boolean
indexed_locked: true
type_locked: true
dependencies:
module:
- node
name:
label: 'Authored by » User » Name'
datasource_id: 'entity:node'
property_path: 'uid:entity:name'
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: dependencies:
module: module:
- node - node
@ -140,6 +53,22 @@ field_settings:
dependencies: dependencies:
config: config:
- field.storage.node.field_authors - field.storage.node.field_authors
field_summary:
label: Summary
datasource_id: 'entity:node'
property_path: field_summary
type: text
dependencies:
config:
- field.storage.node.field_summary
field_tags:
label: Tags
datasource_id: 'entity:node'
property_path: field_tags
type: integer
dependencies:
config:
- field.storage.node.field_tags
field_topics: field_topics:
label: Topics label: Topics
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -148,6 +77,77 @@ field_settings:
dependencies: dependencies:
config: config:
- field.storage.node.field_topics - field.storage.node.field_topics
name:
label: 'Authored by » User » Name'
datasource_id: 'entity:node'
property_path: 'uid:entity:name'
type: string
dependencies:
module:
- node
- user
node_grants:
label: 'Node access information'
property_path: search_api_node_grants
type: string
indexed_locked: true
type_locked: true
hidden: true
promote:
label: 'Promoted to front page'
datasource_id: 'entity:node'
property_path: promote
type: boolean
dependencies:
module:
- node
rendered_item:
label: 'Rendered HTML output'
property_path: rendered_item
type: text
configuration:
roles:
anonymous: anonymous
view_mode:
'entity:node':
article: search_index
status:
label: Published
datasource_id: 'entity:node'
property_path: status
type: boolean
indexed_locked: true
type_locked: true
dependencies:
module:
- node
sticky:
label: 'Sticky at top of lists'
datasource_id: 'entity:node'
property_path: sticky
type: boolean
dependencies:
module:
- node
title:
label: Title
datasource_id: 'entity:node'
property_path: title
type: text
boost: !!float 8
dependencies:
module:
- node
uid:
label: 'Authored by'
datasource_id: 'entity:node'
property_path: uid
type: integer
indexed_locked: true
type_locked: true
dependencies:
module:
- node
datasource_settings: datasource_settings:
'entity:node': 'entity:node':
bundles: bundles:
@ -159,46 +159,45 @@ 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
language_with_fallback: { } entity_status: { }
rendered_item: { }
tokenizer:
all_fields: false
fields:
- rendered_item
- title
- field_summary
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:
- rendered_item
- field_summary - field_summary
- rendered_item
title: true title: true
alt: true alt: true
tags: tags:
b: 2
h1: 5 h1: 5
h2: 3 h2: 3
h3: 2 h3: 2
strong: 2 strong: 2
b: 2
weights: weights:
preprocess_index: -46 preprocess_index: -46
preprocess_query: -47 preprocess_query: -47
entity_status: { } ignorecase:
all_fields: false
fields:
- field_summary
- name
- rendered_item
- title
weights:
preprocess_index: -49
preprocess_query: -49
language_with_fallback: { }
rendered_item: { }
stopwords: stopwords:
all_fields: false all_fields: false
fields: fields:
- field_summary
- rendered_item - rendered_item
- title - title
- field_summary
stopwords: stopwords:
- a - a
- an - an
@ -238,24 +237,25 @@ processor_settings:
weights: weights:
preprocess_index: -48 preprocess_index: -48
preprocess_query: -50 preprocess_query: -50
aggregated_field: { } tokenizer:
ignorecase:
all_fields: false all_fields: false
fields: fields:
- field_summary
- rendered_item - rendered_item
- title - title
- field_summary spaces: ''
- name overlap_cjk: 1
minimum_word_size: '3'
weights: weights:
preprocess_index: -49 preprocess_index: -44
preprocess_query: -49 preprocess_query: -46
transliteration: transliteration:
all_fields: false all_fields: false
fields: fields:
- rendered_item
- title
- field_summary - field_summary
- name - name
- rendered_item
- title
weights: weights:
preprocess_index: -47 preprocess_index: -47
preprocess_query: -48 preprocess_query: -48

View file

@ -149,23 +149,11 @@ 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
language_with_fallback: { } entity_status: { }
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:
@ -182,7 +170,18 @@ processor_settings:
weights: weights:
preprocess_index: -46 preprocess_index: -46
preprocess_query: -47 preprocess_query: -47
entity_status: { } ignorecase:
all_fields: false
fields:
- field_summary
- name
- rendered_item
- title
weights:
preprocess_index: -49
preprocess_query: -49
language_with_fallback: { }
rendered_item: { }
stopwords: stopwords:
all_fields: false all_fields: false
fields: fields:
@ -228,17 +227,18 @@ processor_settings:
weights: weights:
preprocess_index: -48 preprocess_index: -48
preprocess_query: -50 preprocess_query: -50
aggregated_field: { } tokenizer:
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: -49 preprocess_index: -44
preprocess_query: -49 preprocess_query: -46
transliteration: transliteration:
all_fields: false all_fields: false
fields: fields:

View file

@ -17,29 +17,11 @@ name: Campaign
description: 'An index for the campaign content type.' description: 'An index for the campaign content type.'
read_only: false read_only: false
field_settings: field_settings:
rendered_item: changed:
label: 'Rendered HTML output' label: Changed
property_path: rendered_item
type: text
configuration:
roles:
anonymous: anonymous
view_mode:
'entity:node':
campaign: search_index
node_grants:
label: 'Node access information'
property_path: search_api_node_grants
type: string
indexed_locked: true
type_locked: true
hidden: true
title:
label: Title
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: title property_path: changed
type: text type: date
boost: !!float 8
dependencies: dependencies:
module: module:
- node - node
@ -51,24 +33,6 @@ field_settings:
dependencies: dependencies:
module: module:
- node - node
uid:
label: 'Authored by'
datasource_id: 'entity:node'
property_path: uid
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: field_summary:
label: Summary label: Summary
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -77,6 +41,40 @@ field_settings:
dependencies: dependencies:
config: config:
- field.storage.node.field_summary - field.storage.node.field_summary
name:
label: 'Authored by » User » Name'
datasource_id: 'entity:node'
property_path: 'uid:entity:name'
type: string
dependencies:
module:
- node
- user
node_grants:
label: 'Node access information'
property_path: search_api_node_grants
type: string
indexed_locked: true
type_locked: true
hidden: true
promote:
label: 'Promoted to front page'
datasource_id: 'entity:node'
property_path: promote
type: boolean
dependencies:
module:
- node
rendered_item:
label: 'Rendered HTML output'
property_path: rendered_item
type: text
configuration:
roles:
anonymous: anonymous
view_mode:
'entity:node':
campaign: search_index
status: status:
label: Published label: Published
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -87,15 +85,6 @@ field_settings:
dependencies: dependencies:
module: module:
- node - node
name:
label: 'Authored by » User » Name'
datasource_id: 'entity:node'
property_path: 'uid:entity:name'
type: string
dependencies:
module:
- node
- user
sticky: sticky:
label: 'Sticky at top of lists' label: 'Sticky at top of lists'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -104,11 +93,22 @@ field_settings:
dependencies: dependencies:
module: module:
- node - node
promote: title:
label: 'Promoted to front page' label: Title
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: promote property_path: title
type: boolean type: text
boost: !!float 8
dependencies:
module:
- node
uid:
label: 'Authored by'
datasource_id: 'entity:node'
property_path: uid
type: integer
indexed_locked: true
type_locked: true
dependencies: dependencies:
module: module:
- node - node
@ -123,46 +123,45 @@ 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
language_with_fallback: { } entity_status: { }
rendered_item: { }
tokenizer:
all_fields: false
fields:
- rendered_item
- title
- field_summary
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:
- rendered_item
- field_summary - field_summary
- rendered_item
title: true title: true
alt: true alt: true
tags: tags:
b: 2
h1: 5 h1: 5
h2: 3 h2: 3
h3: 2 h3: 2
strong: 2 strong: 2
b: 2
weights: weights:
preprocess_index: -46 preprocess_index: -46
preprocess_query: -47 preprocess_query: -47
entity_status: { } ignorecase:
all_fields: false
fields:
- field_summary
- name
- rendered_item
- title
weights:
preprocess_index: -49
preprocess_query: -49
language_with_fallback: { }
rendered_item: { }
stopwords: stopwords:
all_fields: false all_fields: false
fields: fields:
- field_summary
- rendered_item - rendered_item
- title - title
- field_summary
stopwords: stopwords:
- a - a
- an - an
@ -202,24 +201,25 @@ processor_settings:
weights: weights:
preprocess_index: -48 preprocess_index: -48
preprocess_query: -50 preprocess_query: -50
aggregated_field: { } tokenizer:
ignorecase:
all_fields: false all_fields: false
fields: fields:
- field_summary
- rendered_item - rendered_item
- title - title
- field_summary spaces: ''
- name overlap_cjk: 1
minimum_word_size: '3'
weights: weights:
preprocess_index: -49 preprocess_index: -44
preprocess_query: -49 preprocess_query: -46
transliteration: transliteration:
all_fields: false all_fields: false
fields: fields:
- rendered_item
- title
- field_summary - field_summary
- name - name
- rendered_item
- title
weights: weights:
preprocess_index: -47 preprocess_index: -47
preprocess_query: -48 preprocess_query: -48

View file

@ -193,23 +193,11 @@ 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
language_with_fallback: { } entity_status: { }
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:
@ -226,7 +214,18 @@ processor_settings:
weights: weights:
preprocess_index: -46 preprocess_index: -46
preprocess_query: -47 preprocess_query: -47
entity_status: { } ignorecase:
all_fields: false
fields:
- field_summary
- name
- rendered_item
- title
weights:
preprocess_index: -49
preprocess_query: -49
language_with_fallback: { }
rendered_item: { }
stopwords: stopwords:
all_fields: false all_fields: false
fields: fields:
@ -272,17 +271,18 @@ processor_settings:
weights: weights:
preprocess_index: -48 preprocess_index: -48
preprocess_query: -50 preprocess_query: -50
aggregated_field: { } tokenizer:
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: -49 preprocess_index: -44
preprocess_query: -49 preprocess_query: -46
transliteration: transliteration:
all_fields: false all_fields: false
fields: fields:

View file

@ -18,6 +18,54 @@ name: 'Drutopia content index'
description: 'Drutopia content index.' description: 'Drutopia content index.'
read_only: false read_only: false
field_settings: field_settings:
author:
label: 'Author name'
datasource_id: 'entity:node'
property_path: 'uid:entity:name'
type: string
dependencies:
module:
- node
- user
changed:
label: Changed
datasource_id: 'entity:node'
property_path: changed
type: date
dependencies:
module:
- node
created:
label: 'Authored on'
datasource_id: 'entity:node'
property_path: created
type: date
dependencies:
module:
- node
field_summary:
label: Summary
datasource_id: 'entity:node'
property_path: field_summary
type: text
dependencies:
config:
- field.storage.node.field_summary
field_tags:
label: Tags
datasource_id: 'entity:node'
property_path: field_tags
type: integer
dependencies:
config:
- field.storage.node.field_tags
node_grants:
label: 'Node access information'
property_path: search_api_node_grants
type: string
indexed_locked: true
type_locked: true
hidden: true
rendered_item: rendered_item:
label: 'Rendered item' label: 'Rendered item'
property_path: rendered_item property_path: rendered_item
@ -35,38 +83,6 @@ field_settings:
page: full page: full
people: full people: full
resource: full resource: full
node_grants:
label: 'Node access information'
property_path: search_api_node_grants
type: string
indexed_locked: true
type_locked: true
hidden: true
title:
label: Title
datasource_id: 'entity:node'
property_path: title
type: text
boost: !!float 8
dependencies:
module:
- node
created:
label: 'Authored on'
datasource_id: 'entity:node'
property_path: created
type: date
dependencies:
module:
- node
changed:
label: Changed
datasource_id: 'entity:node'
property_path: changed
type: date
dependencies:
module:
- node
status: status:
label: 'Publishing status' label: 'Publishing status'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -85,30 +101,12 @@ field_settings:
dependencies: dependencies:
module: module:
- node - node
field_tags: title:
label: Tags label: Title
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: field_tags property_path: title
type: integer type: text
dependencies: boost: !!float 8
config:
- field.storage.node.field_tags
author:
label: 'Author name'
datasource_id: 'entity:node'
property_path: 'uid:entity:name'
type: string
dependencies:
module:
- node
- user
uid:
label: 'Author ID'
datasource_id: 'entity:node'
property_path: uid
type: integer
indexed_locked: true
type_locked: true
dependencies: dependencies:
module: module:
- node - node
@ -120,14 +118,16 @@ field_settings:
dependencies: dependencies:
module: module:
- node - node
field_summary: uid:
label: Summary label: 'Author ID'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: field_summary property_path: uid
type: text type: integer
indexed_locked: true
type_locked: true
dependencies: dependencies:
config: module:
- field.storage.node.field_summary - node
datasource_settings: datasource_settings:
'entity:node': 'entity:node':
bundles: bundles:
@ -141,51 +141,51 @@ processor_settings:
add_url: add_url:
weights: weights:
preprocess_index: -30 preprocess_index: -30
aggregated_field:
weights:
add_properties: 20
content_access: content_access:
weights: weights:
preprocess_index: -6 preprocess_index: -6
preprocess_query: -4 preprocess_query: -4
entity_status:
weights:
preprocess_index: -10
html_filter:
fields:
- field_summary
- rendered_item
title: true
alt: true
tags:
b: 2
h1: 5
h2: 3
h3: 2
string: 2
weights:
preprocess_index: -3
preprocess_query: -6
all_fields: false
ignorecase:
fields:
- field_summary
- rendered_item
- title
weights:
preprocess_index: -5
preprocess_query: -8
all_fields: false
language_with_fallback: { } language_with_fallback: { }
rendered_item: rendered_item:
weights: weights:
add_properties: 0 add_properties: 0
pre_index_save: -10 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:
fields:
- rendered_item
- field_summary
title: true
alt: true
tags:
h1: 5
h2: 3
h3: 2
string: 2
b: 2
weights:
preprocess_index: -3
preprocess_query: -6
all_fields: false
entity_status:
weights:
preprocess_index: -10
stopwords: stopwords:
fields: fields:
- field_summary
- rendered_item - rendered_item
- title - title
- field_summary
stopwords: stopwords:
- a - a
- an - an
@ -226,23 +226,23 @@ processor_settings:
preprocess_index: -5 preprocess_index: -5
preprocess_query: -10 preprocess_query: -10
all_fields: false all_fields: false
aggregated_field: tokenizer:
weights:
add_properties: 20
ignorecase:
fields: fields:
- field_summary
- rendered_item - rendered_item
- title - title
- field_summary spaces: ''
overlap_cjk: 1
minimum_word_size: '3'
weights: weights:
preprocess_index: -5 preprocess_index: -2
preprocess_query: -8 preprocess_query: -5
all_fields: false all_fields: false
transliteration: transliteration:
fields: fields:
- field_summary
- rendered_item - rendered_item
- title - title
- field_summary
weights: weights:
preprocess_index: -4 preprocess_index: -4
preprocess_query: -7 preprocess_query: -7

View file

@ -21,58 +21,6 @@ name: Event
description: 'An index for the event content type.' description: 'An index for the event content type.'
read_only: false read_only: false
field_settings: field_settings:
rendered_item:
label: 'Rendered HTML output'
property_path: rendered_item
type: text
configuration:
roles:
anonymous: anonymous
view_mode:
'entity:node':
event: search_index
node_grants:
label: 'Node access information'
property_path: search_api_node_grants
type: string
indexed_locked: true
type_locked: true
hidden: true
title:
label: Title
datasource_id: 'entity:node'
property_path: title
type: text
boost: !!float 8
dependencies:
module:
- node
field_tags:
label: Tags
datasource_id: 'entity:node'
property_path: field_tags
type: integer
dependencies:
config:
- field.storage.node.field_tags
created:
label: 'Authored on'
datasource_id: 'entity:node'
property_path: created
type: date
dependencies:
module:
- node
uid:
label: 'Authored by'
datasource_id: 'entity:node'
property_path: uid
type: integer
indexed_locked: true
type_locked: true
dependencies:
module:
- node
changed: changed:
label: Changed label: Changed
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -81,49 +29,22 @@ field_settings:
dependencies: dependencies:
module: module:
- node - node
field_summary: created:
label: Summary label: 'Authored on'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: field_summary property_path: created
type: text type: date
dependencies:
module:
- node
end_value:
label: 'Event date » End date value'
datasource_id: 'entity:node'
property_path: 'field_event_date:end_value'
type: date
dependencies: dependencies:
config: config:
- field.storage.node.field_summary - field.storage.node.field_event_date
status:
label: Published
datasource_id: 'entity:node'
property_path: status
type: boolean
indexed_locked: true
type_locked: true
dependencies:
module:
- node
name:
label: 'Authored by » User » Name'
datasource_id: 'entity:node'
property_path: 'uid:entity:name'
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_event_date: field_event_date:
label: 'Event date' label: 'Event date'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -140,14 +61,22 @@ field_settings:
dependencies: dependencies:
config: config:
- field.storage.node.field_event_type - field.storage.node.field_event_type
end_value: field_summary:
label: 'Event date » End date value' label: Summary
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: 'field_event_date:end_value' property_path: field_summary
type: date type: text
dependencies: dependencies:
config: config:
- field.storage.node.field_event_date - field.storage.node.field_summary
field_tags:
label: Tags
datasource_id: 'entity:node'
property_path: field_tags
type: integer
dependencies:
config:
- field.storage.node.field_tags
field_topics: field_topics:
label: Topics label: Topics
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -156,6 +85,77 @@ field_settings:
dependencies: dependencies:
config: config:
- field.storage.node.field_topics - field.storage.node.field_topics
name:
label: 'Authored by » User » Name'
datasource_id: 'entity:node'
property_path: 'uid:entity:name'
type: string
dependencies:
module:
- node
- user
node_grants:
label: 'Node access information'
property_path: search_api_node_grants
type: string
indexed_locked: true
type_locked: true
hidden: true
promote:
label: 'Promoted to front page'
datasource_id: 'entity:node'
property_path: promote
type: boolean
dependencies:
module:
- node
rendered_item:
label: 'Rendered HTML output'
property_path: rendered_item
type: text
configuration:
roles:
anonymous: anonymous
view_mode:
'entity:node':
event: search_index
status:
label: Published
datasource_id: 'entity:node'
property_path: status
type: boolean
indexed_locked: true
type_locked: true
dependencies:
module:
- node
sticky:
label: 'Sticky at top of lists'
datasource_id: 'entity:node'
property_path: sticky
type: boolean
dependencies:
module:
- node
title:
label: Title
datasource_id: 'entity:node'
property_path: title
type: text
boost: !!float 8
dependencies:
module:
- node
uid:
label: 'Authored by'
datasource_id: 'entity:node'
property_path: uid
type: integer
indexed_locked: true
type_locked: true
dependencies:
module:
- node
datasource_settings: datasource_settings:
'entity:node': 'entity:node':
bundles: bundles:
@ -167,46 +167,45 @@ 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
language_with_fallback: { } entity_status: { }
rendered_item: { }
tokenizer:
all_fields: false
fields:
- rendered_item
- title
- field_summary
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:
- rendered_item
- field_summary - field_summary
- rendered_item
title: true title: true
alt: true alt: true
tags: tags:
b: 2
h1: 5 h1: 5
h2: 3 h2: 3
h3: 2 h3: 2
strong: 2 strong: 2
b: 2
weights: weights:
preprocess_index: -46 preprocess_index: -46
preprocess_query: -47 preprocess_query: -47
entity_status: { } ignorecase:
all_fields: false
fields:
- field_summary
- name
- rendered_item
- title
weights:
preprocess_index: -49
preprocess_query: -49
language_with_fallback: { }
rendered_item: { }
stopwords: stopwords:
all_fields: false all_fields: false
fields: fields:
- field_summary
- rendered_item - rendered_item
- title - title
- field_summary
stopwords: stopwords:
- a - a
- an - an
@ -246,24 +245,25 @@ processor_settings:
weights: weights:
preprocess_index: -48 preprocess_index: -48
preprocess_query: -50 preprocess_query: -50
aggregated_field: { } tokenizer:
ignorecase:
all_fields: false all_fields: false
fields: fields:
- field_summary
- rendered_item - rendered_item
- title - title
- field_summary spaces: ''
- name overlap_cjk: 1
minimum_word_size: '3'
weights: weights:
preprocess_index: -49 preprocess_index: -44
preprocess_query: -49 preprocess_query: -46
transliteration: transliteration:
all_fields: false all_fields: false
fields: fields:
- rendered_item
- title
- field_summary - field_summary
- name - name
- rendered_item
- title
weights: weights:
preprocess_index: -47 preprocess_index: -47
preprocess_query: -48 preprocess_query: -48

View file

@ -18,6 +18,62 @@ name: People
description: 'An index for the people content type.' description: 'An index for the people content type.'
read_only: false read_only: false
field_settings: field_settings:
changed:
label: Changed
datasource_id: 'entity:node'
property_path: changed
type: date
dependencies:
module:
- node
created:
label: 'Authored on'
datasource_id: 'entity:node'
property_path: created
type: date
dependencies:
module:
- node
field_people_type:
label: 'People type'
datasource_id: 'entity:node'
property_path: field_people_type
type: integer
dependencies:
config:
- field.storage.node.field_people_type
field_summary:
label: Summary
datasource_id: 'entity:node'
property_path: field_summary
type: text
dependencies:
config:
- field.storage.node.field_summary
name:
label: 'Authored by » User » Name'
datasource_id: 'entity:node'
property_path: 'uid:entity:name'
type: string
dependencies:
module:
- node
- user
node_grants:
label: 'Node access information'
property_path: search_api_node_grants
type: string
indexed_locked: true
type_locked: true
hidden: true
promote:
label: 'Promoted to front page'
datasource_id: 'entity:node'
property_path: promote
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
@ -28,13 +84,24 @@ field_settings:
view_mode: view_mode:
'entity:node': 'entity:node':
people: search_index people: search_index
node_grants: status:
label: 'Node access information' label: Published
property_path: search_api_node_grants datasource_id: 'entity:node'
type: string property_path: status
type: boolean
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
hidden: true dependencies:
module:
- node
sticky:
label: 'Sticky at top of lists'
datasource_id: 'entity:node'
property_path: sticky
type: boolean
dependencies:
module:
- node
title: title:
label: Title label: Title
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -44,14 +111,6 @@ field_settings:
dependencies: dependencies:
module: module:
- node - node
created:
label: 'Authored on'
datasource_id: 'entity:node'
property_path: created
type: date
dependencies:
module:
- node
uid: uid:
label: 'Authored by' label: 'Authored by'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -62,65 +121,6 @@ field_settings:
dependencies: dependencies:
module: module:
- node - node
changed:
label: Changed
datasource_id: 'entity:node'
property_path: changed
type: date
dependencies:
module:
- node
field_summary:
label: Summary
datasource_id: 'entity:node'
property_path: field_summary
type: text
dependencies:
config:
- field.storage.node.field_summary
status:
label: Published
datasource_id: 'entity:node'
property_path: status
type: boolean
indexed_locked: true
type_locked: true
dependencies:
module:
- node
name:
label: 'Authored by » User » Name'
datasource_id: 'entity:node'
property_path: 'uid:entity:name'
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_people_type:
label: 'People type'
datasource_id: 'entity:node'
property_path: field_people_type
type: integer
dependencies:
config:
- field.storage.node.field_people_type
datasource_settings: datasource_settings:
'entity:node': 'entity:node':
bundles: bundles:
@ -132,46 +132,45 @@ 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
language_with_fallback: { } entity_status: { }
rendered_item: { }
tokenizer:
all_fields: false
fields:
- rendered_item
- title
- field_summary
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:
- rendered_item
- field_summary - field_summary
- rendered_item
title: true title: true
alt: true alt: true
tags: tags:
b: 2
h1: 5 h1: 5
h2: 3 h2: 3
h3: 2 h3: 2
strong: 2 strong: 2
b: 2
weights: weights:
preprocess_index: -46 preprocess_index: -46
preprocess_query: -47 preprocess_query: -47
entity_status: { } ignorecase:
all_fields: false
fields:
- field_summary
- name
- rendered_item
- title
weights:
preprocess_index: -49
preprocess_query: -49
language_with_fallback: { }
rendered_item: { }
stopwords: stopwords:
all_fields: false all_fields: false
fields: fields:
- field_summary
- rendered_item - rendered_item
- title - title
- field_summary
stopwords: stopwords:
- a - a
- an - an
@ -211,24 +210,25 @@ processor_settings:
weights: weights:
preprocess_index: -48 preprocess_index: -48
preprocess_query: -50 preprocess_query: -50
aggregated_field: { } tokenizer:
ignorecase:
all_fields: false all_fields: false
fields: fields:
- field_summary
- rendered_item - rendered_item
- title - title
- field_summary spaces: ''
- name overlap_cjk: 1
minimum_word_size: '3'
weights: weights:
preprocess_index: -49 preprocess_index: -44
preprocess_query: -49 preprocess_query: -46
transliteration: transliteration:
all_fields: false all_fields: false
fields: fields:
- rendered_item
- title
- field_summary - field_summary
- name - name
- rendered_item
- title
weights: weights:
preprocess_index: -47 preprocess_index: -47
preprocess_query: -48 preprocess_query: -48

View file

@ -20,6 +20,78 @@ name: Resource
description: 'An index for the resource content type.' description: 'An index for the resource content type.'
read_only: false read_only: false
field_settings: field_settings:
changed:
label: Changed
datasource_id: 'entity:node'
property_path: changed
type: date
dependencies:
module:
- node
created:
label: 'Authored on'
datasource_id: 'entity:node'
property_path: created
type: date
dependencies:
module:
- node
field_resource_type:
label: 'Resource type'
datasource_id: 'entity:node'
property_path: field_resource_type
type: integer
dependencies:
config:
- field.storage.node.field_resource_type
field_summary:
label: Summary
datasource_id: 'entity:node'
property_path: field_summary
type: text
dependencies:
config:
- field.storage.node.field_summary
field_tags:
label: Tags
datasource_id: 'entity:node'
property_path: field_tags
type: integer
dependencies:
config:
- field.storage.node.field_tags
field_topics:
label: Topics
datasource_id: 'entity:node'
property_path: field_topics
type: integer
dependencies:
config:
- field.storage.node.field_topics
name:
label: 'Authored by » User » Name'
datasource_id: 'entity:node'
property_path: 'uid:entity:name'
type: string
dependencies:
module:
- node
- user
node_grants:
label: 'Node access information'
property_path: search_api_node_grants
type: string
indexed_locked: true
type_locked: true
hidden: true
promote:
label: 'Promoted to front page'
datasource_id: 'entity:node'
property_path: promote
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
@ -30,13 +102,24 @@ field_settings:
view_mode: view_mode:
'entity:node': 'entity:node':
resource: search_index resource: search_index
node_grants: status:
label: 'Node access information' label: Published
property_path: search_api_node_grants datasource_id: 'entity:node'
type: string property_path: status
type: boolean
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
hidden: true dependencies:
module:
- node
sticky:
label: 'Sticky at top of lists'
datasource_id: 'entity:node'
property_path: sticky
type: boolean
dependencies:
module:
- node
title: title:
label: Title label: Title
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -46,22 +129,6 @@ field_settings:
dependencies: dependencies:
module: module:
- node - node
field_tags:
label: Tags
datasource_id: 'entity:node'
property_path: field_tags
type: integer
dependencies:
config:
- field.storage.node.field_tags
created:
label: 'Authored on'
datasource_id: 'entity:node'
property_path: created
type: date
dependencies:
module:
- node
uid: uid:
label: 'Authored by' label: 'Authored by'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -72,73 +139,6 @@ field_settings:
dependencies: dependencies:
module: module:
- node - node
changed:
label: Changed
datasource_id: 'entity:node'
property_path: changed
type: date
dependencies:
module:
- node
field_summary:
label: Summary
datasource_id: 'entity:node'
property_path: field_summary
type: text
dependencies:
config:
- field.storage.node.field_summary
status:
label: Published
datasource_id: 'entity:node'
property_path: status
type: boolean
indexed_locked: true
type_locked: true
dependencies:
module:
- node
name:
label: 'Authored by » User » Name'
datasource_id: 'entity:node'
property_path: 'uid:entity:name'
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'
property_path: field_resource_type
type: integer
dependencies:
config:
- field.storage.node.field_resource_type
promote:
label: 'Promoted to front page'
datasource_id: 'entity:node'
property_path: promote
type: boolean
dependencies:
module:
- node
field_topics:
label: Topics
datasource_id: 'entity:node'
property_path: field_topics
type: integer
dependencies:
config:
- field.storage.node.field_topics
datasource_settings: datasource_settings:
'entity:node': 'entity:node':
bundles: bundles:
@ -150,46 +150,45 @@ 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
language_with_fallback: { } entity_status: { }
rendered_item: { }
tokenizer:
all_fields: false
fields:
- rendered_item
- title
- field_summary
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:
- rendered_item
- field_summary - field_summary
- rendered_item
title: true title: true
alt: true alt: true
tags: tags:
b: 2
h1: 5 h1: 5
h2: 3 h2: 3
h3: 2 h3: 2
strong: 2 strong: 2
b: 2
weights: weights:
preprocess_index: -46 preprocess_index: -46
preprocess_query: -47 preprocess_query: -47
entity_status: { } ignorecase:
all_fields: false
fields:
- field_summary
- name
- rendered_item
- title
weights:
preprocess_index: -49
preprocess_query: -49
language_with_fallback: { }
rendered_item: { }
stopwords: stopwords:
all_fields: false all_fields: false
fields: fields:
- field_summary
- rendered_item - rendered_item
- title - title
- field_summary
stopwords: stopwords:
- a - a
- an - an
@ -229,24 +228,25 @@ processor_settings:
weights: weights:
preprocess_index: -48 preprocess_index: -48
preprocess_query: -50 preprocess_query: -50
aggregated_field: { } tokenizer:
ignorecase:
all_fields: false all_fields: false
fields: fields:
- field_summary
- rendered_item - rendered_item
- title - title
- field_summary spaces: ''
- name overlap_cjk: 1
minimum_word_size: '3'
weights: weights:
preprocess_index: -49 preprocess_index: -44
preprocess_query: -49 preprocess_query: -46
transliteration: transliteration:
all_fields: false all_fields: false
fields: fields:
- rendered_item
- title
- field_summary - field_summary
- name - name
- rendered_item
- title
weights: weights:
preprocess_index: -47 preprocess_index: -47
preprocess_query: -48 preprocess_query: -48