diff --git a/config/install/search_api.server.pantheon_solr8.yml b/config/install/search_api.server.pantheon_solr8.yml index dec3ca6..dac3434 100644 --- a/config/install/search_api.server.pantheon_solr8.yml +++ b/config/install/search_api.server.pantheon_solr8.yml @@ -24,13 +24,13 @@ backend_config: index_timeout: 5 optimize_timeout: 10 finalize_timeout: 30 + skip_schema_check: true solr_version: '8' http_method: AUTO commit_within: 1000 jmx: false jts: false solr_install_dir: '' - skip_schema_check: true disabled_field_types: { } disabled_caches: { } disabled_request_handlers: diff --git a/config/schema/search_api_pantheon.connector.pantheon.schema.yml b/config/schema/search_api_pantheon.connector.pantheon.schema.yml new file mode 100644 index 0000000..122d171 --- /dev/null +++ b/config/schema/search_api_pantheon.connector.pantheon.schema.yml @@ -0,0 +1,3 @@ +plugin.plugin_configuration.search_api_solr_connector.pantheon: + type: plugin.plugin_configuration.search_api_solr_connector.standard + label: 'Search API Solr Pantheon connector settings'