Noble Paul created SOLR-8698:
--------------------------------
Summary: Solr's params.json should have a way to specify appends
and invariants
Key: SOLR-8698
URL: https://issues.apache.org/jira/browse/SOLR-8698
Project: Solr
Issue Type: Improvement
Environment: params.json only supports defaults today. It should be
possible to add {{appends}} and {{invariants}}
for example
{code}
{
"params":{
"my_param_set" : {
"a":"A",
"b" :"B",
"_appends_" : {
"c": "C"
},
"_invariants_":{
"d" : "D"
}}
}
{code}
In this case variables {{a}} and {{b}} are defaults, {{c}} is appends and {{d}}
is invariants
Reporter: Noble Paul
Assignee: Noble Paul
Priority: Minor
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]