I have slow subsequent searches. 
And if i get the cache up and running is it persisted to disc?
 
/Marcus
 

________________________________

Från: Yonik Seeley [mailto:[EMAIL PROTECTED]
Skickat: on 2006-05-17 16:31
Till: java-user@lucene.apache.org
Ämne: Re: Sort problematics



On 5/17/06, Marcus Falck <[EMAIL PROTECTED]> wrote:
> I did a quite interesting notice, if i search for IndexId:x
>   (IndexId is unique) with a sort it still takes very long time, which
>  it doesn't without the sort.

This will only be the case the first time you sort on a field because
a FieldCache entry is created for that field and then cached for
subsequent sorts.

-Yonik
http://incubator.apache.org/solr Solr, the open-source Lucene search server

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to