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