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 to get between your client and Solr.

        Erik



On Dec 30, 2013, at 12:26 PM, elmerfudd <na...@012.net.il> wrote:

> Hi all,
> currently there are 2 things I want to accomplish.
> I want that on demend Every doc (xml) that is sent to be indexed in solr
> will be copied to a big log file (I want to control when to activate this
> feature and when to deactivate)
> same as for queries. 
> Also, I may need to manipulate the data before its written.
> 
> Is there any way achieving this without changing solr sourcecode? (So it
> won't be affected by updates).
> 
> I thought of a possible way,
> I posted before about making "transparent" request handler , is it possible
> ? If so, how?
> 
> 
> thankkk you! 
> 
> 
> 
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/side-logging-requests-tp4108752.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to