We do an optimize after indexing, so the number of segments isn't an issue. We have the default autowarming settings.
wunder On 10/22/07 11:00 AM, "Yonik Seeley" <[EMAIL PROTECTED]> wrote: > On 10/22/07, Walter Underwood <[EMAIL PROTECTED]> wrote: >> <lst name="appends"> >> <str name="fq">(pushstatus:A AND (type:movie OR type:person))</str> >> </lst> >> </requestHandler> > > Perhaps try setting up a static warming query for this filter and any > other common filters? > > Also look for correlations between when slow queries happen and the > number of segments in the index (and perhaps lower mergeFactor to > compensate if possible). > > -Yonik