Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 46139 invoked from network); 18 May 2006 15:35:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 May 2006 15:35:01 -0000 Received: (qmail 11525 invoked by uid 500); 18 May 2006 15:34:43 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 11021 invoked by uid 500); 18 May 2006 15:34:40 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 10974 invoked by uid 99); 18 May 2006 15:34:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 08:34:40 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 194.52.12.17 is neither permitted nor denied by domain of marcus.falck@observer.se) Received: from [194.52.12.17] (HELO mail1.observergroup.com) (194.52.12.17) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 08:34:30 -0700 Received: (qmail 7641 invoked by uid 509); 18 May 2006 17:34:06 +0200 Received: from 10.8.1.20 by mail1 (envelope-from , uid 508) with qmail-scanner-1.25-st-qms (clamdscan: 0.85.1/1049. spamassassin: 3.0.2. perlscan: 1.25-st-qms. Clear:RC:1(10.8.1.20):. Processed in 0.06688 secs); 18 May 2006 15:34:06 -0000 X-Antivirus-MYDOMAIN-Mail-From: marcus.falck@observer.se via mail1 X-Antivirus-MYDOMAIN: 1.25-st-qms (Clear:RC:1(10.8.1.20):. Processed in 0.06688 secs Process 7634) Received: from unknown (HELO S1SE1MAIL.emea1.ad.group) (10.8.1.20) by mail1.observergroup.com with SMTP; 18 May 2006 17:34:06 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: SV: SV: SV: SV: Sort problematics Date: Thu, 18 May 2006 17:33:53 +0200 Message-ID: <8834A84C87A2C148AD46921BB8BFC97C01B2862F@S1SE1MAIL.emea1.ad.group> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: SV: SV: SV: Sort problematics Thread-Index: AcZ6jySlMGJCa483SAGol6FtFCoABQAAT15Q From: "Marcus Falck" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N But it will still require A LOT of RAM just to cache! -----Ursprungligt meddelande----- Fr=E5n: Yonik Seeley [mailto:yseeley@gmail.com]=20 Skickat: den 18 maj 2006 17:24 Till: java-user@lucene.apache.org =C4mne: Re: SV: SV: SV: Sort problematics On 5/18/06, Marcus Falck wrote: > Doesn't solr use the same sort implementation as Lucene ? Yes, but Solr handles the mechanics of warming up a new searcher in the background to avoid those lengthy first-time hits to the FieldCache and norms, and it warms any configured caches based on previous requests. There is still the issue of data freshness... you don't want to open a new searcher too often (less than once a minute probably). -Yonik http://incubator.apache.org/solr Solr, the open-source Lucene search = server --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org