Re: indexing from bowser

2013-12-16 Thread Gora Mohanty
On 16 December 2013 16:50, Nutan wrote: > > ok thanks, > but is there any other way where -F is not used? > > I am creating a api in vc++ and to link to solr i am using libcurl,for this > to work the string is the url, > eg: > curl_easy_setopt(curl, > CURLOPT_URL,"http://localhost:8080/solr/docume

Re: indexing from bowser

2013-12-16 Thread Nutan
p;fl=id";); so for indexing i need a url. -- View this message in context: http://lucene.472066.n3.nabble.com/indexing-from-bowser-tp4106889p4106900.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: indexing from bowser

2013-12-16 Thread Gora Mohanty
On 16 December 2013 16:30, Koji Sekiguchi wrote: > > Hi, > > (13/12/16 19:46), Nutan wrote: >> >> how to index pdf,doc files from browser? > > > I think you can index from browser. > > If you said that > >> this query is used for indexing : >> curl >> "http://localhost:8080/solr/document/update/ex

Re: indexing from bowser

2013-12-16 Thread Koji Sekiguchi
Hi, (13/12/16 19:46), Nutan wrote: how to index pdf,doc files from browser? I think you can index from browser. If you said that this query is used for indexing : curl "http://localhost:8080/solr/document/update/extract?literal.id=12&commit=true"; -F"myfile=@C:\solr\document\src\test1\Codin

indexing from bowser

2013-12-16 Thread Nutan
query to index from browser,using html url?? -- View this message in context: http://lucene.472066.n3.nabble.com/indexing-from-bowser-tp4106889.html Sent from the Solr - User mailing list archive at Nabble.com.