Re:Re: solr search speed is so slow.

2012-02-09 Thread Rong Kang
Thanks for your reply. I didn't use any other params except q(for example http://localhost:8080/solr/search?q=drugs). no facet, no sort. I don't think configure newSearcher or firstSearcher can help, because I want every query can be very fast. Do you have other solution? I think 460ms is too

Re:Re: solr search speed is so slow.

2012-02-09 Thread Rong Kang
Thanks, I am trying your method. And do you think 460ms is a long time for my computer(2 cores, 2GB memory)? Regards, Rong Kang At 2012-02-09 18:37:15,"Rafał Kuć" wrote: >Hello! > >I don't know what Your queries will look like, but let's assume that >you will use 3 fields for searching like t

Re:Re: solr search speed is so slow.

2012-02-09 Thread 荣康
Hi! Thanks for your reply. I read some material at http://wiki.apache.org/solr/SolrConfigXml#newSearcher , but it doesn't give me some example. Could you tell me how to modify it or give some links about incorporating warming queries ? Regards , Rong Kang At 2012-02-09 18:01:38,"Rafał K