Hi all,
thanks for your replies. I have managed to do this by writing custom
updateprocessor and configured it as bellow
firstName
lastName
fullName
_
.
Federico Chiacchiaretta , I have tried the option mentioned by you but o
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
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
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.
> >
> >
> >
> &
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
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 - User mai
Hello!
You don't have to write custom component - you can use
ScriptUpdateProcessor - http://wiki.apache.org/solr/ScriptUpdateProcessor
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch
> Hello all ,
> I am using solr 4.x , I have a requirement where I n