Re: Solr Commit Not Working

2020-02-23 Thread Paras Lehana
Hi, This is above result is what I want to be able to commit but when I run the > same command with commit=true it will not work like below. > curl > 'http://54.146.2.60:8983/solr/eatzcollection/update/json?commit=true' -d > '[{"id":"location_23_deal_51","votes":"23"}]' -H > 'Content-type:applicat

Re: Solr Commit Not Working on Update

2020-02-23 Thread Paras Lehana
Hi, This is above result is what I want to be able to commit but when I run the > same command with commit=true it will not work like below. > curl > 'http://54.146.2.60:8983/solr/eatzcollection/update/json?commit=true' -d > '[{"id":"location_23_deal_51","votes":"23"}]' -H > 'Content-type:applicat

Solr Commit Not Working on Update

2020-02-12 Thread logancraft
So I am trying to do a partial update to a document in Solr, but it will not commit! So this is the original doc I am trying to update with 11 votes. {   "doc":   {     "id":"location_23_deal_51",     "deal_id":"deal_51",     "deal":"$1.99 Kid's Meal with Purchase of Adult Meal",     "rating":"3"

Solr Commit Not Working

2020-02-12 Thread logancraft
So I am trying to do a partial update to a document in Solr, but it will not commit! So this is the original doc I am trying to update with 11 votes. { "doc": { "id":"location_23_deal_51", "deal_id":"deal_51", "deal":"$1.99 Kid's Meal with Purchase of Adult Meal", "rating":"3"

Re: Solr Commit not working after delete

2012-07-20 Thread Erick Erickson
g into the system. > > Could you please throw some more light. > > Regards, > Rohit > > -Original Message- > From: Brendan Grainger [mailto:brendan.grain...@gmail.com] > Sent: 19 July 2012 17:33 > To: solr-user@lucene.apache.org > Subject: Re: Solr Commit not work

RE: Solr Commit not working after delete

2012-07-19 Thread Rohit
To: solr-user@lucene.apache.org Subject: Re: Solr Commit not working after delete You might be running into the same issue someone else had the other day: https://issues.apache.org/jira/browse/SOLR-3432 On Jul 19, 2012, at 1:23 PM, Rohit wrote: > We delete some data from solr, post which s

Re: Solr Commit not working after delete

2012-07-19 Thread Brendan Grainger
You might be running into the same issue someone else had the other day: https://issues.apache.org/jira/browse/SOLR-3432 On Jul 19, 2012, at 1:23 PM, Rohit wrote: > We delete some data from solr, post which solr is not accepting any > commit's. What could be wrong? > > > > We don't see any

Solr Commit not working after delete

2012-07-19 Thread Rohit
We delete some data from solr, post which solr is not accepting any commit's. What could be wrong? We don't see any error in logs or anywhere else. Regards, Rohit