Re: Concat 2 fields in another field

2013-08-27 Thread Alok Bhandari
66.n3.nabble.com/Concat-2-fields-in-another-field-tp4086786p4086934.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Concat 2 fields in another field

2013-08-27 Thread Bill Bell
of my > book - variations on using the existing update processors. > > -- Jack Krupansky > > -Original Message- From: Federico Chiacchiaretta > Sent: Tuesday, August 27, 2013 8:39 AM > To: solr-user@lucene.apache.org > Subject: Re: Concat 2 fields in another field

Re: Concat 2 fields in another field

2013-08-27 Thread Jack Krupansky
: Re: Concat 2 fields in another field Hi, we do the same thing using an update request processor chain, this is the snippet from solrconfig.xml firstname concatfield class="solr.CloneFieldUpdateProcessorFactory"> lastname concatfield concatfield _ Regards, Federico C

Re: Concat 2 fields in another field

2013-08-27 Thread Federico Chiacchiaretta
ne.apache.org > > Subject: Re: Concat 2 fields in another field > > > > Thanks for reply. > > > > But I don't want to introduce any scripting in my code so want to know is > > there any Java component available for the same. > > > > > > > &

RE: Concat 2 fields in another field

2013-08-27 Thread Markus Jelsma
solr-user@lucene.apache.org > Subject: Re: Concat 2 fields in another field > > Thanks for reply. > > But I don't want to introduce any scripting in my code so want to know is > there any Java component available for the same. > > > > -- > View this message in

Re: Concat 2 fields in another field

2013-08-27 Thread Alok Bhandari
Thanks for reply. But I don't want to introduce any scripting in my code so want to know is there any Java component available for the same. -- View this message in context: http://lucene.472066.n3.nabble.com/Concat-2-fields-in-another-field-tp4086786p4086791.html Sent from the Solr -

Re: Concat 2 fields in another field

2013-08-27 Thread Rafał Kuć
this message in context: > http://lucene.472066.n3.nabble.com/Concat-2-fields-in-another-field-tp4086786.html > Sent from the Solr - User mailing list archive at Nabble.com.

Concat 2 fields in another field

2013-08-27 Thread Alok Bhandari
. -- View this message in context: http://lucene.472066.n3.nabble.com/Concat-2-fields-in-another-field-tp4086786.html Sent from the Solr - User mailing list archive at Nabble.com.