search_api.index.social_groups.yml in Open Social 8.8
  modules/social_features/social_search/config/features_removal/search_api.index.social_groups.yml
4 string references to 'search_api.index.social_groups'
- SocialGroupFlexibleGroupConfigOverride::loadOverrides in modules/
social_features/ social_group/ modules/ social_group_flexible_group/ src/ SocialGroupFlexibleGroupConfigOverride.php  - Load overrides.
 - SocialGroupSecretConfigOverride::loadOverrides in modules/
social_features/ social_group/ modules/ social_group_secret/ src/ SocialGroupSecretConfigOverride.php  - Load overrides.
 - SocialTaggingOverrides::shouldApplyOverrides in modules/
social_features/ social_tagging/ src/ SocialTaggingOverrides.php  - Whether this config override should apply to the provided configurations.
 - social_search_update_8903 in modules/
social_features/ social_search/ social_search.install  - Change weight of search index processors().
 
File
modules/social_features/social_search/config/features_removal/search_api.index.social_groups.ymlView source
- langcode: en
 - status: true
 - dependencies:
 -   module:
 -     - group
 -     - user
 -     - search_api
 -   config:
 -     - field.storage.group.field_group_description
 -     - search_api.server.social_database
 -     - core.entity_view_mode.group.teaser
 - id: social_groups
 - name: 'Social Groups'
 - description: 'Default group index created for the Social distribution.'
 - read_only: false
 - field_settings:
 -   created:
 -     label: 'Created on'
 -     datasource_id: 'entity:group'
 -     property_path: created
 -     type: date
 -     dependencies:
 -       module:
 -         - group
 -   field_group_description:
 -     label: Description
 -     datasource_id: 'entity:group'
 -     property_path: field_group_description
 -     type: text
 -     dependencies:
 -       config:
 -         - field.storage.group.field_group_description
 -   label:
 -     label: Title
 -     datasource_id: 'entity:group'
 -     property_path: label
 -     type: text
 -     boost: !!float 21
 -     dependencies:
 -       module:
 -         - group
 -   name:
 -     label: 'Group creator » User » Name'
 -     datasource_id: 'entity:group'
 -     property_path: 'uid:entity:name'
 -     type: string
 -     dependencies:
 -       module:
 -         - group
 -         - user
 -         - user
 -   rendered_item:
 -     label: 'Rendered HTML output'
 -     property_path: rendered_item
 -     type: text
 -     configuration:
 -       roles:
 -         anonymous: anonymous
 -       view_mode:
 -         'entity:group':
 -           closed_group: teaser
 -           open_group: teaser
 -   type:
 -     label: Type
 -     datasource_id: 'entity:group'
 -     property_path: type
 -     type: string
 -     dependencies:
 -       module:
 -         - group
 - datasource_settings:
 -   'entity:group':
 -     plugin_id: 'entity:group'
 -     bundles:
 -       default: true
 -       selected: {  }
 -     languages:
 -       default: true
 -       selected: {  }
 - processor_settings:
 -   rendered_item:
 -     plugin_id: rendered_item
 -     weights:
 -       add_properties: 0
 -       pre_index_save: -10
 -   add_url:
 -     plugin_id: add_url
 -     weights:
 -       preprocess_index: -30
 -   aggregated_field:
 -     plugin_id: aggregated_field
 -     weights:
 -       add_properties: 20
 -   tokenizer:
 -     plugin_id: tokenizer
 -     all_fields: true
 -     fields:
 -       - field_group_description
 -       - rendered_item
 -     spaces: ''
 -     overlap_cjk: 1
 -     minimum_word_size: '3'
 -     weights:
 -       preprocess_index: -6
 -       preprocess_query: -6
 -   stopwords:
 -     plugin_id: stopwords
 -     all_fields: false
 -     fields:
 -       - field_group_description
 -       - rendered_item
 -     stopwords:
 -       - a
 -       - an
 -       - and
 -       - are
 -       - as
 -       - at
 -       - be
 -       - but
 -       - by
 -       - for
 -       - if
 -       - in
 -       - into
 -       - is
 -       - it
 -       - 'no'
 -       - not
 -       - of
 -       - 'on'
 -       - or
 -       - s
 -       - such
 -       - t
 -       - that
 -       - the
 -       - their
 -       - then
 -       - there
 -       - these
 -       - they
 -       - this
 -       - to
 -       - was
 -       - will
 -       - with
 -     weights:
 -       preprocess_index: -5
 -       preprocess_query: -2
 -   ignorecase:
 -     plugin_id: ignorecase
 -     all_fields: true
 -     fields:
 -       - field_group_description
 -       - label
 -       - name
 -       - rendered_item
 -       - type
 -     weights:
 -       preprocess_index: -10
 -       preprocess_query: -10
 -   transliteration:
 -     plugin_id: transliteration
 -     all_fields: true
 -     fields:
 -       - field_group_description
 -       - label
 -       - rendered_item
 -     weights:
 -       preprocess_index: -10
 -       preprocess_query: -10
 -   ignore_character:
 -     plugin_id: ignore_character
 -     all_fields: false
 -     fields:
 -       - field_group_description
 -       - label
 -       - name
 -       - type
 -     ignorable: '[''¿¡!?,.:;]'
 -     strip:
 -       character_sets:
 -         Pc: Pc
 -         Pd: Pd
 -         Pe: Pe
 -         Pf: Pf
 -         Pi: Pi
 -         Po: Po
 -         Ps: Ps
 -     weights:
 -       preprocess_index: -10
 -       preprocess_query: -10
 -     ignorable_classes:
 -       - Pc
 -       - Pd
 -       - Pe
 -       - Pf
 -       - Pi
 -       - Po
 -       - Ps
 -   html_filter:
 -     plugin_id: html_filter
 -     all_fields: false
 -     fields:
 -       - field_group_description
 -       - rendered_item
 -     title: true
 -     alt: true
 -     tags:
 -       b: 2
 -       em: 1
 -       h1: 5
 -       h2: 3
 -       h3: 2
 -       strong: 2
 -       u: 1
 -     weights:
 -       preprocess_index: -10
 -       preprocess_query: -10
 - tracker_settings:
 -   default:
 -     indexing_order: fifo
 - options:
 -   index_directly: false
 -   cron_limit: 50
 - server: social_database