POST question

2013-07-11 Thread John Randall
I want to use a browser and use HTTP POST to add a single document (not a file)  to Solr. I don't want to use cURL. I've made several attempts, such as the following:   http://localhost:8080/solr/update?commit=truestream.type=text/xml;adddocfield   name=id61234567/fieldfield name=titleWAR OF THE

RE: POST question

2013-07-11 Thread Roland Villemoes
. Roland Villemoes -Original Message- From: John Randall [mailto:jmr...@yahoo.com] Sent: 12. juli 2013 00:12 To: solr-user@lucene.apache.org Subject: POST question I want to use a browser and use HTTP POST to add a single document (not a file)  to Solr. I don't want to use cURL. I've made

Re: POST question

2013-07-11 Thread Shawn Heisey
On 7/11/2013 4:12 PM, John Randall wrote: I want to use a browser and use HTTP POST to add a single document (not a file) to Solr. I don't want to use cURL. I've made several attempts, such as the following: http://localhost:8080/solr/update?commit=truestream.type=text/xml;adddocfield

Re: POST question

2013-07-11 Thread John Randall
I'll try the plugin. Thanks. From: Roland Villemoes r...@alpha-solutions.dk To: solr-user@lucene.apache.org solr-user@lucene.apache.org; John Randall jmr...@yahoo.com Sent: Thursday, July 11, 2013 6:21 PM Subject: RE: POST question Hi John, You can't make

Re: POST question

2013-07-11 Thread John Randall
I'll probably move to Solr 4.x, so I'm going to try a plugin instead. Thanks for you insights. From: Shawn Heisey s...@elyograg.org To: solr-user@lucene.apache.org Sent: Thursday, July 11, 2013 6:28 PM Subject: Re: POST question On 7/11/2013 4:12 PM, John