Re: indexing cpu utilization

2012-03-08 Thread gabriel shen
don't know how much it will affect CPU utilization, we have assigned 14gb to the solr tomcat server on a 32 gb linux machine. best regards, shen On Thu, Mar 8, 2012 at 11:27 AM, Gora Mohanty wrote: > On 8 March 2012 15:39, gabriel shen wrote: > > Hi, > > > > I noticed

Re: Need help

2012-01-25 Thread gabriel shen
Treat one solr schema as a database table, one solr core contains only one schema. So in your case you should define 4 solr cores, each contains a schema matching the database table you have. /shen On Wed, Jan 25, 2012 at 1:08 PM, Shambhu Kumar wrote: > I want to create One search. > > The im

Re: first time query is very slow

2012-01-18 Thread gabriel shen
here any way to improve the speed? thanks, shen On Tue, Jan 17, 2012 at 11:25 PM, Yonik Seeley wrote: > On Tue, Jan 17, 2012 at 9:39 AM, gabriel shen wrote: > > For those customers who unluckily send un-prewarmed query, they will > suffer > > from bad response time, it is not t

Re: first time query is very slow

2012-01-17 Thread gabriel shen
Thanks darren, I understand it will take longer time before warming up. What I am trying to find out is at the situation where we have no cache, why it will take so long time to complete the query, and what is the bottleneck? Fx, if I remove all qf, pf fields, the query speed will improve dramati

first time query is very slow

2012-01-17 Thread gabriel shen
hi, I had an solr3.3 index of 200,000 documents, all text are stored and the total index size is 27gb. I used dismax query with over 10 qf and pf boosting field each, plus sorting on score and other 2 fields. It took quite a few seconds(5-8) for the first time query to return any result(no highlig