Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 32398 invoked from network); 5 Nov 2008 22:36:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Nov 2008 22:36:37 -0000 Received: (qmail 91676 invoked by uid 500); 5 Nov 2008 22:36:41 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 91638 invoked by uid 500); 5 Nov 2008 22:36:41 -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 91629 invoked by uid 99); 5 Nov 2008 22:36:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2008 14:36:41 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of markrmiller@gmail.com designates 74.125.92.26 as permitted sender) Received: from [74.125.92.26] (HELO qw-out-2122.google.com) (74.125.92.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2008 22:35:24 +0000 Received: by qw-out-2122.google.com with SMTP id 5so170581qwi.53 for ; Wed, 05 Nov 2008 14:36:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:references; bh=cSkQMGRF/wiWUadK6nn95GRlTwj9wS+TKHvopwhdoMs=; b=cKFWpJEOKXGUGT0jTKc5O9jxv2LAiF2tcV1HSx+EzG+s6d6XqX1davdPvefJTIJFon sp/XmHJRk9sPDUiFvxzCz4NqDhdHbsbdzQH0kGYx3wvXc8q+qoo14S4PgGJIyIg3Iz+e wL5LaMoZUY06Ynh3z5ApZAeS7XRef0nzX82TU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date :references; b=GH5h7iMZq4mGYLNGUt8NopzEC6SduOpi7oZapnMHkmd6D6AxNA2DQUZ1dA0Tmrerjx CLSQCcJj6/RjMjfqSkpEZhgjDjP16fLH7dID3m/XT0ztqSvEZiwHsynapiopGzcJBWK+ dN2Z45mZ9t1KrhC6x/ArbWQfvP8xeh1epPibA= Received: by 10.214.78.5 with SMTP id a5mr1447198qab.245.1225924565599; Wed, 05 Nov 2008 14:36:05 -0800 (PST) Received: from ?10.2.227.89? ([166.192.97.187]) by mx.google.com with ESMTPS id 5sm582278ywl.4.2008.11.05.14.36.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 05 Nov 2008 14:36:04 -0800 (PST) Message-Id: <10B665DC-AEFC-4BCB-95DE-E08B964E59D5@gmail.com> From: Mark Miller To: "java-dev@lucene.apache.org" In-Reply-To: <663633008.1225917344312.JavaMail.jira@brutus> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (5F136) Mime-Version: 1.0 (iPhone Mail 5F136) Subject: Re: [jira] Updated: (LUCENE-1424) Change all mutli term querys so that they extend MultiTermQuery and allow for a constant score mode Date: Wed, 5 Nov 2008 16:35:33 -0600 References: <663633008.1225917344312.JavaMail.jira@brutus> X-Virus-Checked: Checked by ClamAV on apache.org Found the issue. The anon filter I am making in mutliterm query needs a hashcode and equals. - Mark On Nov 5, 2008, at 2:35 PM, "Mark Miller (JIRA)" wrote: > > [ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Mark Miller updated LUCENE-1424: > -------------------------------- > > Attachment: LUCENE-1424.patch > > Okay, almost there. Making constantscorerange query extend > rangequery exposed a small problem though - there is scoring > difference when using multiserver vs single searcher. The simple > rangequery test in the multisearcher scoring test fails. The single > searcher returns a score of 1 and the multi 1.4 - still trying to > figure out how the heck that is happening...there is not a lot going > on, so its prob obvious, but not sticking out at the moment... > >> Change all mutli term querys so that they extend MultiTermQuery and >> allow for a constant score mode >> --- >> --- >> --- >> --- >> --- >> --- >> --- >> --- >> --- >> --- >> --------------------------------------------------------------------- >> >> Key: LUCENE-1424 >> URL: https://issues.apache.org/jira/browse/LUCENE-1424 >> Project: Lucene - Java >> Issue Type: New Feature >> Reporter: Mark Miller >> Assignee: Michael McCandless >> Priority: Minor >> Attachments: LUCENE-1424.patch, LUCENE-1424.patch, >> LUCENE-1424.patch, LUCENE-1424.patch, LUCENE-1424.patch, >> LUCENE-1424.patch >> >> >> Cleans up a bunch of code duplication, closer to how things should >> be - design wise, gives us constant score for all the multi term >> queries, and allows us at least the option of highlighting the >> constant score queries without much further work. > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-dev-help@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org