sure, you could put a servlet filter in Solr's web.xml to capture whatever you like.

another option would be to hook into Solr's logging and fire events/ data off elsewhere.

or perhaps a proxy in the middle that forwards requests on to Solr, but captures however you like.

        Erik

On Jan 21, 2010, at 6:35 AM, Daniel Angelov wrote:

Is it possible to make a servlet which take some information/ statistic about solrj request/response between another web application and solr server? For example I have a JBOSS web appl for add/select documents from solr, but I want to take some information about this operations in another web appl
under tomcat where solr war is in the same tomcat container.

Reply via email to