Re: concat 2 fields

2016-04-26 Thread vrajesh
context: http://lucene.472066.n3.nabble.com/concat-2-fields-tp4271760p4273072.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: concat 2 fields

2016-04-26 Thread Jack Krupansky
values for the first field. Then you can use Concat to combine the two values. -- Jack Krupansky On Thu, Apr 21, 2016 at 5:29 AM, vrajesh wrote: > to concatenating two fields to use it as one field from > > http://grokbase.com/t/lucene/solr-user/138vr75hvj/concat-2-fields-in-another

Re: concat 2 fields

2016-04-26 Thread vrajesh
"id_title" as new field in solr :http://localhost:8983/solr/ssp/select?q=*&wt=json&indent=true but no such field found. -- View this message in context: http://lucene.472066.n3.nabble.com/concat-2-fields-tp4271760p4272895.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: concat 2 fields

2016-04-26 Thread Reth RM
; > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/concat-2-fields-tp4271760p4272829.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: concat 2 fields

2016-04-26 Thread vrajesh
any concatenated field. -- View this message in context: http://lucene.472066.n3.nabble.com/concat-2-fields-tp4271760p4272829.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: concat 2 fields

2016-04-25 Thread Reth RM
ich > requestHandler i should add it. i have some requestHandlers with names > "/select", "/export","/query","/browse" and much more. > i want to use this new processor chain for all type of file formats. > > > > -- > View this message in context: >

Re: concat 2 fields

2016-04-25 Thread vrajesh
file formats. -- View this message in context: http://lucene.472066.n3.nabble.com/concat-2-fields-tp4271760p4272564.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: concat 2 fields

2016-04-22 Thread Reth RM
one field from > > http://grokbase.com/t/lucene/solr-user/138vr75hvj/concat-2-fields-in-another-field > , > but the solution whichever is given i tried but its not working. please > help > me on it. > i am trying to concat latitude and longitude fields to make it as singl

concat 2 fields

2016-04-21 Thread vrajesh
to concatenating two fields to use it as one field from http://grokbase.com/t/lucene/solr-user/138vr75hvj/concat-2-fields-in-another-field , but the solution whichever is given i tried but its not working. please help me on it. i am trying to concat latitude and longitude fields to make it as

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.