_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
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.
>
>
>
>
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
--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
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
>
>
>
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
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
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
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