Appended.

-- Jack Krupansky

-----Original Message----- From: vishgupt
Sent: Wednesday, October 16, 2013 6:25 AM
To: solr-user@lucene.apache.org
Subject: Solr Copy field append values ?

Hi ,
Schema like this

external_id is multivalued field.

<copyField source="upc" dest="external_id" />

I want to know will values of upc will be appended to exiting values of
external_id or override it ?

For example if I send a document having values

upc:131
external_id:423

for indexing in sorl with above mentioned schema.what will be value of
external_id field 131 or 131,423.

Thanks
Vishal





--
View this message in context: http://lucene.472066.n3.nabble.com/Solr-Copy-field-append-values-tp4095862.html Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to