Hi team,
I am trying to follow documentation to create a custom property in Solr to
store or not some fields when reaching production.
https://solr.apache.org/guide/7_6/config-api.html#creating-and-updating-user-defined-properties
I am testing different options but never gets the variable created.
curl -X -POST -H 'Content-type:application/json' -d '{"set-user-property":
{"save.fields": "true"}}'
http://dv06t02qslrc01.idev.spencerstuart.com:8983/solr/person/config
root@server1:/home/deployadm# curl -X -POST -H
'Content-type:application/json' -d '{"set-user-property": {"save.fields":
"true"}}' http://server1:8983/solr/person/config/overlay
{
"responseHeader":{
"status":0,
"QTime":0},
"overlay":{"znodeVersion":-1}}
I am using Solr 8.11.
Regards,
Sergio Maroto