Re: Solr branch_3x problems

2010-12-25 Thread Alexey Kovyrin
Today I've managed to get the following from a "dead" server: - gc log since start till the death of the service - jutil -gc -t 1000 output since start till the end - thread stack dump before killing the server - heap histogram before killing the server - heap dump On Fri, Dec 24, 2010 at 11:36

Re: Increase Search Speed for multiple solr request for different time range query

2010-12-25 Thread Erick Erickson
This sounds like an "XY" problem, see: http://people.apache.org/~hossman/#xyproblem What is the higher-level task you're trying to accomplish? Some things that do jump out though. 1> looping is almost always a sub-optimal solution. That's why I'm asking about what the higher-level task is. 2>

Increase Search Speed for multiple solr request for different time range query

2010-12-25 Thread saureen
I am using the fq parameter in my solr query for getting the results based on a date range.so lets say i am searching for a term "iphone" and i want to get results from '2010-12-01' to '2010-12-25' ,so fq sets my start date and end date,i am doin this in a loop for different time frames and for sa