Re: I have bad performance when using elevate.xml

2009-05-19 Thread Yonik Seeley
2009/5/19 ant : > This is my elevate.xml.about 34 nodes, and each of them about two or > three nodes. > Perhaps the bad performance because of  the small  memory? OK, I see... the elevation component maintains a FieldCache entry for "id", to translate docid to uniqueKey to do a HashMap lookup.

Re: I have bad performance when using elevate.xml

2009-05-19 Thread ant
This is my elevate.xml.about 34 nodes, and each of them about two or three nodes. Perhaps the bad performance because of the small memory? solrconfig.xml ... ... 1024 true 20 200 .. . - elevat

Re: I have bad performance when using elevate.xml

2009-05-11 Thread Yonik Seeley
On Mon, May 11, 2009 at 4:55 AM, ant wrote: > I have 10M document, 2.9GB,Not to use the elevate.xml when there is no > problem, adding the elevate.xml in SOLR_HOME/data , to search  the > configured key word , the system will be very slow, all of memory be > used(JVM 2GB ) soon ,and web container

I have bad performance when using elevate.xml

2009-05-11 Thread ant
I have 10M document, 2.9GB,Not to use the elevate.xml when there is no problem, adding the elevate.xml in SOLR_HOME/data , to search the configured key word , the system will be very slow, all of memory be used(JVM 2GB ) soon ,and web container suspended.