Re: Need help to update multiple documents

2016-11-24 Thread Erick Erickson
_What_ issue? You haven't told us what the results are, what if anything the Solr logs show when you try this, in short anything that could help us diagnose the problem. Solr has "atomic updates" that work to update partial documents, but that requires that all fields be stored. Are you trying tha

Re: Need help to update multiple documents

2016-11-24 Thread GW
I've not looked at your file. If you are really thinking update, there is no such thing. You can only replace the entire document or delete it. On 23 November 2016 at 23:47, Reddy Sankar wrote: > Hi Team , > > > > Facing issue to update multiple document in SOLAR at time in my batch job. > > > >

Need help to update multiple documents

2016-11-23 Thread Reddy Sankar
Hi Team , Facing issue to update multiple document in SOLAR at time in my batch job. Could you please help me by giving example or an documentation for the same. Thanks Sankar Reddy M.B { "add": { "doc": { "quoteNumber": "133940", "quoteStatus": { "set": "E

Re: Update multiple documents in one query

2013-06-13 Thread Jack Krupansky
--Original Message- From: Siamak Kolahi Sent: Thursday, June 13, 2013 4:48 PM To: solr-user@lucene.apache.org Subject: Re: Update multiple documents in one query Thanks Jack. I currently have written down a script which does that - effectively retrieving all those documents and updating them

Re: Update multiple documents in one query

2013-06-13 Thread Siamak Kolahi
l, but > you're going to have to get down and dirty to do it. > > -- Jack Krupansky > > -Original Message- From: Siamak Kolahi > Sent: Thursday, June 13, 2013 3:55 PM > To: solr-user@lucene.apache.org > Subject: Update multiple documents in one query > > >

Re: Update multiple documents in one query

2013-06-13 Thread Jack Krupansky
iamak Kolahi Sent: Thursday, June 13, 2013 3:55 PM To: solr-user@lucene.apache.org Subject: Update multiple documents in one query Hi folks, I am trying to update multiple fields (assume q=id:*) and add a filed to all of them. Is this possible? If yes, what would be the syntax? I am using the json u

Update multiple documents in one query

2013-06-13 Thread Siamak Kolahi
Hi folks, I am trying to update multiple fields (assume q=id:*) and add a filed to all of them. Is this possible? If yes, what would be the syntax? I am using the json update interface - /update/json ... Thanks, Siamak

Re: Update multiple documents

2012-12-11 Thread Dikchant Sahi
My intention is to allow search on person names in the second index also. If we use personId in the second index, is there a way to achieve that? Yes, we are looking for join kind of feature. Thanks! On Wed, Dec 12, 2012 at 8:31 AM, Otis Gospodnetic < otis.gospodne...@gmail.com> wrote: > But is

Re: Update multiple documents

2012-12-11 Thread Otis Gospodnetic
But is that the best approach? If you use personIds in your second index then you don't have to did that. Maybe you are after joins in Solr? Otis -- SOLR Performance Monitoring - http://sematext.com/spm On Dec 11, 2012 1:21 PM, "Dikchant Sahi" wrote: > Hi, > > We have two set of related indexes