thanks Erik,
"or perhaps a proxy in the middle that forwards requests on to Solr,
but captures however you like. "
That is what I am lookin for.
How I can to implement this kind of proxy, I try with RequestDispatcher
forward method od servlet API, but, when jboss appl requests doc via
solrj(from to
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
O