On 7/31/2013 3:32 PM, Roman Chyla wrote:
thanks, so i should add a way to specify a core, or rather i will make
the whole endpoint user configurable
Good plan.
and which urls will work? /solr/admin/collection or
/solr/collection/admin? can we assume the info handlers will be
available under the "collection url" as well?
The URL for the CoreAdmin API handler is:
/solr/admin/cores
Similarly, the URL for the Collections API is the following, but without
URL parameters, this one won't do anything useful at this
time:
/solr/admin/collections
For some reason I thought SOLR-4943 had been committed to Solr 4.4, but
it's not there. In 4.5, you'll be able to access the following URL
without a core name in the URL or the defaultCoreName setting in solr.xml:
/solr/admin/info/system
There are also some other info handler URLs, see SOLR-4943 comments.
Thanks,
Shawn
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]