On 12/21/2010 3:02 AM, Anurag wrote:
I am using spellchecker in the query part. Now my search time has become
more. say initiallly it was 1000ms now its 3000ms.I have data index of size
9GB.
My query http://localhost:8983/solr/spellCheckCompRH/?q=
http://localhost:8983/solr/spellCheckCompRH/?q="+search+"&spellcheck=true&fl=spellcheck,title,url,hl&hl=true&start=0&rows=10&indent=on
How can i improve the search time.
i have
1) Fedora 11 as OS
2) Solr run on Jetty Server
3) Front page (search page) is on Tomcat 6
4)Index size is 9GB
5)RAM is 1GB
Install more memory. 8GB would be a good place to be, more would let
you fit your entire index into RAM for incredible speed. Once you get
above 4GB RAM, it's best if you run a 64-bit OS and Java, which requires
64-bit processors. If your index is growing, you might want to have
more memory than that.
Shawn