And a custom SearchComponent for the querying side of things:
http://wiki.apache.org/solr/SearchComponent
Or, you could put some logging proxy in between your client and Solr? Or put
something into the web container you're using that does what you need before
requests hit Solr? Several ways
You can wire-in a custom UpdateRequestProcessor -
http://wiki.apache.org/solr/UpdateRequestProcessor
Timothy Potter
Sr. Software Engineer, LucidWorks
www.lucidworks.com
From: elmerfudd
Sent: Monday, December 30, 2013 10:26 AM
To: solr-user@lucene.apache.