On 12/20/22 08:36, Sergio García Maroto wrote:
I am now trying to set this new property called "savefields". I want to
set this to false.
This property appears on the schema.xml on person collection
<field name="SmartSearchS" type="string" indexed="true" stored=
"${savefields:true}" multiValued="true" />
Using this request
http://dv06t02qslrc01:8983/solr/admin/collections?action=COLLECTIONPROP&name=person&propertyName=save.fields=&propertyValue=false
I get this response but seems like is not working. Not sure if this call
should update any file where I could check .
{"responseHeader": {"status": 0,"QTime": 1}}
It does not get saved to a file. It gets saved to zookeeper.
https://www.dropbox.com/s/wv8f72xtz2pwmwf/solrcloud_collection_props.png?dl=0
I noticed that in your URL you used "save.fields" but in your schema you
used "savefields" without the dot.
Thanks,
Shawn