Re: Converting curl request to HTTP URL for Tagger Handler

2018-08-02 Thread Alexandre Rafalovitch
The error message tells you the issue. You need to POST to the URL, not GET. Check the library you are using and see if you can specify a method there. Most of the libraries do. Regards, Alex. On 2 August 2018 at 11:29, Zheng Lin Edwin Yeo wrote: > Hi, > > I am building up my application usin

Converting curl request to HTTP URL for Tagger Handler

2018-08-02 Thread Zheng Lin Edwin Yeo
Hi, I am building up my application using the Tagger Handler in Solr 7.4.0. For the example in the Solr Reference Guide, the query request are done using curl. However, for the actual tagging query, I will need to run it in the HTTP URL in my application. This is the curl query: curl -X POST \