Re: indexing cpu utilization

2012-03-08 Thread gabriel shen
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 g...@mimirtech.com wrote: On 8 March 2012 15:39, gabriel shen xshco...@gmail.com 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 ss2k...@gmail.com wrote: I want to create One

Re: first time query is very slow

2012-01-18 Thread gabriel shen
Seeley yo...@lucidimagination.comwrote: On Tue, Jan 17, 2012 at 9:39 AM, gabriel shen xshco...@gmail.com wrote: For those customers who unluckily send un-prewarmed query, they will suffer from bad response time, it is not too pleasant anyway. The warming caches part isn't about unique

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

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