Browse Source

removed search_api

bach 1 week ago
parent
commit
689de90616
2 changed files with 0 additions and 231 deletions
  1. 0 216
      config/sync/search_api.index.ressources.yml
  2. 0 15
      config/sync/search_api.server.eql.yml

+ 0 - 216
config/sync/search_api.index.ressources.yml

@@ -1,216 +0,0 @@
-uuid: 631f7430-7c9e-4712-989e-206cc6dc360d
-langcode: fr
-status: true
-dependencies:
-  config:
-    - field.storage.node.field_auteur_s_
-    - field.storage.node.field_edition
-    - field.storage.node.field_liens
-    - field.storage.node.field_sous_titre
-    - field.storage.node.field_textes
-    - field.storage.paragraph.field_titre
-    - field.storage.node.field_mots_clefs
-    - field.storage.node.field_type_de_ressource
-    - field.storage.paragraph.field_texte
-    - field.storage.node.field_projets_liee
-    - search_api.server.eql
-  module:
-    - paragraphs
-    - taxonomy
-    - node
-    - search_api
-id: ressources
-name: ressources
-description: ''
-read_only: false
-field_settings:
-  field_auteur_s_:
-    label: Auteur(s)
-    datasource_id: 'entity:node'
-    property_path: field_auteur_s_
-    type: text
-    dependencies:
-      config:
-        - field.storage.node.field_auteur_s_
-  field_edition:
-    label: Édition
-    datasource_id: 'entity:node'
-    property_path: field_edition
-    type: text
-    dependencies:
-      config:
-        - field.storage.node.field_edition
-  field_liens:
-    label: Liens
-    datasource_id: 'entity:node'
-    property_path: field_liens
-    type: string
-    dependencies:
-      config:
-        - field.storage.node.field_liens
-  field_sous_titre:
-    label: 'Sous titre'
-    datasource_id: 'entity:node'
-    property_path: field_sous_titre
-    type: text
-    dependencies:
-      config:
-        - field.storage.node.field_sous_titre
-  field_titre:
-    label: 'Textes » Paragraph » Titre'
-    datasource_id: 'entity:node'
-    property_path: 'field_textes:entity:field_titre'
-    type: string
-    dependencies:
-      config:
-        - field.storage.node.field_textes
-        - field.storage.paragraph.field_titre
-      module:
-        - paragraphs
-  name:
-    label: 'Mots clefs » Terme de taxonomie » Nom'
-    datasource_id: 'entity:node'
-    property_path: 'field_mots_clefs:entity:name'
-    type: string
-    dependencies:
-      config:
-        - field.storage.node.field_mots_clefs
-      module:
-        - taxonomy
-  name_1:
-    label: 'Type de contenu » Terme de taxonomie » Nom'
-    datasource_id: 'entity:node'
-    property_path: 'field_type_de_ressource:entity:name'
-    type: string
-    dependencies:
-      config:
-        - field.storage.node.field_type_de_ressource
-      module:
-        - taxonomy
-  node_grants:
-    label: 'Information d''accès du nœud.'
-    property_path: search_api_node_grants
-    type: string
-    indexed_locked: true
-    type_locked: true
-    hidden: true
-  processed:
-    label: 'Textes » Paragraph » Texte » Texte traité'
-    datasource_id: 'entity:node'
-    property_path: 'field_textes:entity:field_texte:processed'
-    type: string
-    dependencies:
-      config:
-        - field.storage.node.field_textes
-        - field.storage.paragraph.field_texte
-      module:
-        - paragraphs
-  status:
-    label: null
-    datasource_id: 'entity:node'
-    property_path: status
-    type: boolean
-    indexed_locked: true
-    type_locked: true
-    dependencies:
-      module:
-        - node
-  title:
-    label: 'Projet(s) lié(s) » Contenu » Titre'
-    datasource_id: 'entity:node'
-    property_path: 'field_projets_liee:entity:title'
-    type: string
-    dependencies:
-      config:
-        - field.storage.node.field_projets_liee
-      module:
-        - node
-  title_1:
-    label: Titre
-    datasource_id: 'entity:node'
-    property_path: title
-    type: text
-    boost: 1.1
-    dependencies:
-      module:
-        - node
-  uid:
-    label: null
-    datasource_id: 'entity:node'
-    property_path: uid
-    type: integer
-    indexed_locked: true
-    type_locked: true
-    dependencies:
-      module:
-        - node
-datasource_settings:
-  'entity:node':
-    bundles:
-      default: false
-      selected:
-        - ressource
-    languages:
-      default: false
-      selected:
-        - fr
-processor_settings:
-  add_url: {  }
-  aggregated_field: {  }
-  content_access:
-    weights:
-      preprocess_query: -30
-  custom_value: {  }
-  entity_type: {  }
-  html_filter:
-    weights:
-      preprocess_index: -15
-      preprocess_query: -15
-    all_fields: false
-    fields:
-      - field_auteur_s_
-      - field_edition
-      - field_liens
-      - field_sous_titre
-      - field_titre
-      - name
-      - name_1
-      - processed
-      - title
-      - title_1
-    title: true
-    alt: true
-    tags:
-      b: 2
-      em: 1
-      h1: 5
-      h2: 3
-      h3: 2
-      strong: 2
-      u: 1
-  ignorecase:
-    weights:
-      preprocess_index: -20
-      preprocess_query: -20
-    all_fields: false
-    fields:
-      - field_auteur_s_
-      - field_edition
-      - field_liens
-      - field_sous_titre
-      - field_titre
-      - name
-      - name_1
-      - processed
-      - title
-      - title_1
-  language_with_fallback: {  }
-  rendered_item: {  }
-tracker_settings:
-  default:
-    indexing_order: fifo
-options:
-  cron_limit: 50
-  index_directly: true
-  track_changes_in_references: true
-server: eql

+ 0 - 15
config/sync/search_api.server.eql.yml

@@ -1,15 +0,0 @@
-uuid: 8a323738-52ed-4df4-9eb0-d254241f511d
-langcode: fr
-status: true
-dependencies:
-  module:
-    - search_api_db
-id: eql
-name: eql
-description: ''
-backend: search_api_db
-backend_config:
-  database: 'default:default'
-  min_chars: 3
-  matching: words
-  phrase: bigram