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
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
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"
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"
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
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
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
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