On Wed, Jun 19, 2013 at 5:30 AM, Jochen Lienhard <
lienh...@ub.uni-freiburg.de> wrote:

> Hi @all.
>
> We have the problem that after an update the index takes to much time for
> 'warm up'.
>
> We have some multivalued facet-fields and during the startup solr creates
> the messages:
>
> INFO: UnInverted multi-valued field {field=mt_facet,memSize=**
> 18753256,tindexSize=54,time=**170,phase1=156,nTerms=17,**
> bigTerms=3,termInstances=**903276,uses=0}
>
>
> In the solconfig we use the facet.method 'fc'.
> We know, that the start-up with the method 'enum' is faster, but then the
> searches are very slow.
>
> How do you handle this problem?
> Or have you any idea for optimizing the warm up?
> Or what do you do after an update?
>

You probably know, but just in case... you may use autowarming; the
searcher will populate the cache and only after the warmup queries
finished, will it be exposed to the world. The old searcher continues to
handle requests in the meantime.

roman


>
> Greetings
>
> Jochen
>
> --
> Dr. rer. nat. Jochen Lienhard
> Dezernat EDV
>
> Albert-Ludwigs-Universität Freiburg
> Universitätsbibliothek
> Rempartstr. 10-16  | Postfach 1629
> 79098 Freiburg     | 79016 Freiburg
>
> Telefon: +49 761 203-3908
> E-Mail: lienh...@ub.uni-freiburg.de
> Internet: www.ub.uni-freiburg.de
>
>

Reply via email to