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}} On Tue, 20 Dec 2022 at 12:48, Shawn Heisey <elyog...@elyograg.org> wrote: > On 12/20/22 04:01, Sergio García Maroto wrote: > > Thanks Shawn. > > I thought it was possible to create new properties. > > > > What is the best approact to create an arbitrary property in SolrCloud > for > > an existing collection. > > I saw is possible to create properties when createing a collection but is > > it possible to create one once the collection is already created? > > The collections API has calls for collection properties and cluster > properties: > > > https://solr.apache.org/guide/solr/latest/deployment-guide/collection-management.html#collectionprop > > > https://solr.apache.org/guide/solr/latest/deployment-guide/cluster-node-management.html#clusterprop-parameters > > Thanks, > Shawn >