> Is it possible to create a lean log file for queries and
> the number of
> hits these queries returned?
> 
> We are running Solr under Tomcat.

I believe that many people do it at client side. But tomcat already logs that 
info. If you set tomcat's log level to INFO you can extract hits, QTime and 
query itself.

INFO: [] webapp=/test path=/select/ 
params={indent=on&start=0&q=solr&rows=10&version=2.2} hits=0 status=0 QTime=0


      

Reply via email to