Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 96793 invoked from network); 17 Nov 2005 17:04:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Nov 2005 17:04:35 -0000 Received: (qmail 66890 invoked by uid 500); 17 Nov 2005 17:04:30 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 66869 invoked by uid 500); 17 Nov 2005 17:04:30 -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 66858 invoked by uid 99); 17 Nov 2005 17:04:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2005 09:04:29 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [209.10.110.95] (HELO londo.swishmail.com) (209.10.110.95) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2005 09:06:03 -0800 Received: (qmail 75735 invoked by uid 89); 17 Nov 2005 17:04:07 -0000 Received: from unknown (HELO ?192.168.168.81?) (71.138.157.43) by londo.swishmail.com with SMTP; 17 Nov 2005 17:04:07 -0000 Message-ID: <437CB806.5080108@apache.org> Date: Thu, 17 Nov 2005 09:04:06 -0800 From: Doug Cutting User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc3 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: java-user@lucene.apache.org Subject: Re: Memory Usage References: <437298F1.40205@nuix.com.au> <4377F240.4090004@nuix.com.au> <5E565757-B7D3-4CC7-A92A-CE8A7A94E967@rectangular.com> <4378C708.2070909@apache.org> <437AB3DD.8060704@nuix.com.au> <437B9DB7.4010009@apache.org> <437BBC15.4090901@nuix.com.au> In-Reply-To: <437BBC15.4090901@nuix.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Daniel Noll wrote: > I actually did throw a lot of terms in, and eventually chose "one" for > the tests because it was the slowest query to complete of them all > (hence I figured it was already spending some fairly long time in I/O, > and would be penalised the most.) Every other query was around 7ms > before tweaking, and the tweak increased them all to somewhere around > 10ms but that's still a lot faster than "one" was even at its fastest. Different terms are affected differently by this tweak, so results for a single term don't reveal much. Doug --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org