Re: JSON update request handler & commitWithin

2013-09-05 Thread Ryan, Brent
orks fine. > >Can you reproduce your problem using the standard Solr example in Solr >4.4? > >-- Jack Krupansky > >From: Ryan, Brent >Sent: Thursday, September 05, 2013 10:39 AM >To: solr-user@lucene.apache.org >Subject: JSON update request handler & commitWithin > &g

Re: JSON update request handler & commitWithin

2013-09-05 Thread Jason Hellman
ommitWithin with the standard Solr example in Solr 4.4 and >> it works fine. >> >> Can you reproduce your problem using the standard Solr example in Solr >> 4.4? >> >> -- Jack Krupansky >> >> From: Ryan, Brent >> Sent: Thursday, Septe

Re: JSON update request handler & commitWithin

2013-09-05 Thread Jack Krupansky
update request handler & commitWithin I'm prototyping a search product for us and I was trying to use the "commitWithin" parameter for posting updated JSON documents like so: curl -v 'http://localhost:8983/solr/proposal.solr/update/json?commitWithin=1' --data

JSON update request handler & commitWithin

2013-09-05 Thread Ryan, Brent
I'm prototyping a search product for us and I was trying to use the "commitWithin" parameter for posting updated JSON documents like so: curl -v 'http://localhost:8983/solr/proposal.solr/update/json?commitWithin=1' --data-binary @rfp.json -H 'Content-type:application/json' However, the com