[ http://issues.apache.org/jira/browse/SOLR-7?page=comments#action_12373542 ]
Hoss Man commented on SOLR-7: ----------------------------- as discussed in email, a ServletContextListener registered in the web.xml using <listener> would be the most logical place to put core construction/desrtuction. on a slightly related note: if/when someone splits the curernt SolrServlet into an UpdateServlet and a QueryServlet, it would probably make sense for both of them to be regsitered with <load-on-start>1</load-on-start>. > can't post queries > ------------------ > > Key: SOLR-7 > URL: http://issues.apache.org/jira/browse/SOLR-7 > Project: Solr > Type: Bug > Reporter: Yonik Seeley > Priority: Minor > > One can't currently post a query (must be an http-get). > The same servlet handles /update and /select, and the doPost method always > treats the request as an update. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
