replace, append, remove and default.
The policy ‘default’ means that this parameter will be added only if it has not yet been set via the request or by a default specification in the Solr config file solrconfig.xml.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Action required: Upgrade to Fusion 5.17.2 to apply urgent security patches. Lucidworks Search clients will be upgraded automatically.
replace, append, remove and default.
The policy ‘default’ means that this parameter will be added only if it has not yet been set via the request or by a default specification in the Solr config file solrconfig.xml.
{ "type":"set-params",
"id":"default-params",
"params": [
{"key":"wt", "value":"json", "policy":"default"}
],
"skip":false
}
{ "type":"set-params",
"id":"default-params",
"params": [
{"key":"fl", "value":"id", "policy":"append"},
{"key":"rows", "value":"10", "policy":"replace"}
],
"skip":false
}
\t for the tab character. When entering configuration values in the API, use escaped characters, such as \\t for the tab character.Was this page helpful?