Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 25229 invoked from network); 21 Nov 2009 00:21:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Nov 2009 00:21:28 -0000 Received: (qmail 85167 invoked by uid 500); 21 Nov 2009 00:21:27 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 85089 invoked by uid 500); 21 Nov 2009 00:21:27 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 85081 invoked by uid 99); 21 Nov 2009 00:21:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Nov 2009 00:21:27 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of markrmiller@gmail.com designates 209.85.221.203 as permitted sender) Received: from [209.85.221.203] (HELO mail-qy0-f203.google.com) (209.85.221.203) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Nov 2009 00:21:17 +0000 Received: by qyk41 with SMTP id 41so2117389qyk.29 for ; Fri, 20 Nov 2009 16:20:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=IhommTOfggHcmQbTnp1+B0bT0FMesMr8H0fqPo74Na8=; b=m1DIsEJlE5icQYp0+XxF0M/UkzXfm/AC1iZZK65PqDT4OKmZ/oZxhDjCupmVVJ5BAE HWgbW3qMfse7WYmX7hG7Bu3jqie3xWivoyu2CIi95SC0mqMIQ0FMtQo1oawuw8W65vjv Wq2tgKE9uxGOHsFMg+xPT3UTTx20Vu8ju4Nsw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=czNvZINYtMh8a6K7Wqa0ESwdUdn6VLHkxnlaRwGJ5I6q3nghpgqVmx6vTp7UjyP7BU OnFt7SAbJGZlHNcP0Ccix0x08bgyO4fQ+DqfmyJZi2SKlldKMkJAT4mO9l9oEcLIoPQF rxRIbM5jqdsK4Ij1iU0yaepqNPIkTxbV1fMlM= Received: by 10.224.58.73 with SMTP id f9mr1169555qah.61.1258762856830; Fri, 20 Nov 2009 16:20:56 -0800 (PST) Received: from ?192.168.1.102? (ool-44c639d9.dyn.optonline.net [68.198.57.217]) by mx.google.com with ESMTPS id 4sm5491502qwe.55.2009.11.20.16.20.52 (version=SSLv3 cipher=RC4-MD5); Fri, 20 Nov 2009 16:20:55 -0800 (PST) Message-ID: <4B07325B.2060606@gmail.com> Date: Fri, 20 Nov 2009 19:20:43 -0500 From: Mark Miller User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: java-dev@lucene.apache.org Subject: Re: Whither Query Norm? References: <4b124c310911200815g5e2cb2cay22752a658c5dcc09@mail.gmail.com> <4b124c310911200819v21bb443i29b26d88c0b3c5d@mail.gmail.com> <50157FE2-D845-49F2-93E8-DB5B103DB059@apache.org> <4b124c310911201024v3406e22s4f246ecffd3461dc@mail.gmail.com> <4B07171C.1050404@gmail.com> <4b124c310911201431k28da961bse2c2755fa7b26505@mail.gmail.com> <4B071D3F.1070807@gmail.com> <4b124c310911201539g5df5f85fofef009a24540d92e@mail.gmail.com> <4B072FB3.6010106@gmail.com> In-Reply-To: <4B072FB3.6010106@gmail.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Mark Miller wrote: > > it looks expensive to me to do both > of them properly. Okay - I guess that somewhat makes sense - you can calculate the magnitude of the doc vectors at index time. How is that impossible with incremental indexing though? Isn't it just expensive? Seems somewhat expensive in the non incremental case as well - your just eating it at index time rather than query time - though the same could be done for incremental? The information is all there in either case. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org