Description
I think it should be possible to get v2 API introspect output from the top-level, i.e. at /v2/_introspect.
After bin/solr start -e cloud -noprompt, curl http://localhost:8983/v2/_introspect returns:
<html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 404 Not Found</title> </head> <body><h2>HTTP ERROR 404</h2> <p>Problem accessing /solr/____v2/_introspect. Reason: <pre> Not Found</pre></p> </body> </html>
Attachments
Issue Links
- is part of
-
SOLR-10715 /v2/ should not be an alias for /v2/collections
- Closed