123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- uuid: bbb91a3d-15ff-46b6-b339-4332eb1a8f7f
- langcode: en
- status: true
- dependencies:
- config:
- - search_api_solr.solr_field_type.text_edge_und_7_0_0
- - search_api_solr.solr_field_type.text_edgestring_und_6_0_0
- - search_api_solr.solr_field_type.text_en_7_0_0
- - search_api_solr.solr_field_type.text_fr_7_0_0
- - search_api_solr.solr_field_type.text_ngram_und_7_0_0
- - search_api_solr.solr_field_type.text_ngramstring_und_6_0_0
- - search_api_solr.solr_field_type.text_phonetic_en_7_0_0
- - search_api_solr.solr_field_type.text_phonetic_fr_7_0_0
- - search_api_solr.solr_field_type.text_phonetic_und_7_0_0
- - search_api_solr.solr_field_type.text_und_7_0_0
- module:
- - search_api_solr
- id: materio
- name: 'materio solr'
- description: ''
- backend: search_api_solr
- backend_config:
- connector: standard
- connector_config:
- scheme: http
- host: solr-new
- port: '8983'
- path: /
- core: materio
- timeout: 5
- index_timeout: 5
- optimize_timeout: 10
- finalize_timeout: 30
- commit_within: 1000
- solr_version: '8'
- http_method: AUTO
- jmx: false
- solr_install_dir: /opt/solr/
- retrieve_data: false
- highlight_data: false
- skip_schema_check: false
- server_prefix: ''
- domain: generic
- optimize: false
- site_hash: false
- disabled_field_types: { }
- rows: 10
- environment: default
|