Performance (responsetime) on request

2012-03-12 Thread Ramo Karahasan
Hi, i've got two virtual machines in the same subnet at the same hostingprovider. On one machine my webapplication is running, on the second a solr instance. In solr I use the following fieldType name=text_auto class=solr.TextField analyzer type=index !--tokenizer

Re: Performance (responsetime) on request

2012-03-12 Thread Dmitry Kan
If you look at solr admin page / statistics of cache, you could check the evictions of different types of cache. If some of them are larger than zero, try minimizing them by increasing the corresponding cache params in the solrconfig.xml. On Mon, Mar 12, 2012 at 10:12 AM, Ramo Karahasan

AW: Performance (responsetime) on request

2012-03-12 Thread Ramo Karahasan
Kan [mailto:dmitry@gmail.com] Gesendet: Montag, 12. März 2012 15:06 An: solr-user@lucene.apache.org Betreff: Re: Performance (responsetime) on request If you look at solr admin page / statistics of cache, you could check the evictions of different types of cache. If some of them are larger

Re: Performance (responsetime) on request

2012-03-12 Thread Dmitry Kan
(responsetime) on request If you look at solr admin page / statistics of cache, you could check the evictions of different types of cache. If some of them are larger than zero, try minimizing them by increasing the corresponding cache params in the solrconfig.xml. On Mon, Mar 12, 2012 at 10:12 AM

AW: Performance (responsetime) on request

2012-03-12 Thread Ramo Karahasan
@lucene.apache.org Betreff: Re: Performance (responsetime) on request you can optimize the documentCache by setting maxSize to some decent value, like 2000. Also configure some meaningful warming queries in the solrconfig. When increasing the cache size, monitor the RAM usage, as that can starting

Re: Performance (responsetime) on request

2012-03-12 Thread Dmitry Kan
impact it has. Thans, Ramo -Ursprüngliche Nachricht- Von: Dmitry Kan [mailto:dmitry@gmail.com] Gesendet: Montag, 12. März 2012 16:21 An: solr-user@lucene.apache.org Betreff: Re: Performance (responsetime) on request you can optimize the documentCache by setting maxSize