-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #169 from pantheon-systems/BUGS-6240
[BUGS-6240] Revert 17f5321, apply 3262003-7.patch
- Loading branch information
Showing
2 changed files
with
3 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 2 additions & 49 deletions
51
config/schema/search_api_pantheon.connector.pantheon.schema.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,4 @@ | ||
plugin.plugin_configuration.search_api_solr_connector.pantheon: | ||
type: config_object | ||
type: plugin.plugin_configuration.search_api_solr_connector.standard | ||
label: 'Search API Solr Pantheon connector settings' | ||
mapping: | ||
timeout: | ||
type: integer | ||
label: 'Timeout for search queries' | ||
index_timeout: | ||
type: integer | ||
label: 'Timeout for indexing requests' | ||
optimize_timeout: | ||
type: integer | ||
label: 'Timeout for optimize requests' | ||
finalize_timeout: | ||
type: integer | ||
label: 'Timeout for finalize requests' | ||
commit_within: | ||
type: integer | ||
label: 'Time until a soft commit has to happen' | ||
workarounds: | ||
type: mapping | ||
mapping: | ||
solr_version: | ||
type: string | ||
label: 'Solr version override' | ||
http_method: | ||
type: string | ||
label: 'The HTTP method to use for sending queries' | ||
skip_schema_check: | ||
type: integer | ||
label: 'Do not validate if the schema is correct' | ||
advanced: | ||
type: mapping | ||
mapping: | ||
jmx: | ||
type: integer | ||
label: 'Enable JMX' | ||
solr_install_dir: | ||
type: string | ||
label: 'solr.install.dir property' | ||
jmx: | ||
type: boolean | ||
label: 'Enable JMX' | ||
skip_schema_check: | ||
type: boolean | ||
label: 'Do not validate if the schema is correct' | ||
endpoint: | ||
type: sequence | ||
label: 'Endpoints' | ||
sequence: | ||
type: string | ||
|