Re: Response time in client was much longer than QTime in tomcat

2013-01-21 Thread pravesh
ucene.472066.n3.nabble.com/Response-time-in-client-was-much-longer-than-QTime-in-tomcat-tp4034148p4034996.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Response time in client was much longer than QTime in tomcat

2013-01-17 Thread Mikhail Khludnev
Hello, QTime counts only searching and filtering, but not writing response, which includes retrieving the stored fields (&fl=...). So, it's quite reasonable. On Thu, Jan 17, 2013 at 7:09 AM, 张浓飞 wrote: > I have a solr website with about 500 docs ( 30 fileds defined in schema > ), and a c# cli