onfigure this stuff and what 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
-user@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 sta
: 0
> cumulative_hitratio : 0.00
> cumulative_inserts : 0
> cumulative_evictions : 0
>
>
> Is there something tob e optimized?
>
> Thanks,
> Ramo
>
> -Ursprüngliche Nachricht-
> Von: Dmitry Kan [mailto:dmitry@gmail.com]
> Gesendet: Montag, 12. Mä
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
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 <
ramo.kar
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
If I search from my webapplication in