Re: Solr Copy field append values ?

2013-10-16 Thread Jack Krupansky
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. I want to know will values of upc will be

Solr Copy field append values ?

2013-10-16 Thread vishgupt
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.

Re: Field append

2013-08-07 Thread Jack Krupansky
@lucene.apache.org Subject: Field append Hi there, Is that possible to append two fields on solr? i would like to append to filters with a custom delimiter. Is that possible? I saw something like a CloneFieldUpdateProcessor, but when i try to use, solr says that cannot find the class. I saw

Re: Field append

2013-08-05 Thread Chris Hostetter
: I saw something like a CloneFieldUpdateProcessor, but when i try to use, : solr says that cannot find the class. I saw that in the follow site: : https://issues.apache.org/jira/browse/SOLR-2599 : : In the comments i saw: : You're looking at a very old comment. the issue summary tells you t

Re: Field append

2013-08-05 Thread Jack Krupansky
, 2013 7:39 AM To: solr-user@lucene.apache.org Subject: Field append Hi there, Is that possible to append two fields on solr? i would like to append to filters with a custom delimiter. Is that possible? I saw something like a CloneFieldUpdateProcessor, but when i try to use, solr says that cannot

Field append

2013-08-05 Thread Luís Portela Afonso
Hi there, Is that possible to append two fields on solr? i would like to append to filters with a custom delimiter. Is that possible? I saw something like a CloneFieldUpdateProcessor, but when i try to use, solr says that cannot find the class. I saw that in the follow site: https://issues.apac