Ryan McKinley wrote:
check the "status" action

also, check the index.jsp page
index.jsp do:
org.apache.solr.core.MultiCore multicore = (org.apache.solr.core.MultiCore)request.getAttribute("org.apache.solr.MultiCore");

which is ok in a servlet, but how should I do the same inside an handler, i.e. having just SolrQueryRequest and SolrQueryResponse? Is it something that can be extracted from SolrQueryRequest.getContext? and, in the perspective of solr 1.3, will this functionality be maintained?

thanks,
Walter

Reply via email to