Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 85956 invoked from network); 11 Feb 2010 04:14:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Feb 2010 04:14:52 -0000 Received: (qmail 65292 invoked by uid 500); 11 Feb 2010 04:14:49 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 65210 invoked by uid 500); 11 Feb 2010 04:14:49 -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 65197 invoked by uid 99); 11 Feb 2010 04:14:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 04:14:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 04:14:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E6F9C29A0016 for ; Wed, 10 Feb 2010 20:14:27 -0800 (PST) Message-ID: <254964951.200301265861667945.JavaMail.jira@brutus.apache.org> Date: Thu, 11 Feb 2010 04:14:27 +0000 (UTC) From: "Robert Muir (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-2254) Support more queries (other than just title) in Trec quality pkg In-Reply-To: <1640852188.122971265646148306.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2254: -------------------------------- Fix Version/s: 3.1 > Support more queries (other than just title) in Trec quality pkg > ---------------------------------------------------------------- > > Key: LUCENE-2254 > URL: https://issues.apache.org/jira/browse/LUCENE-2254 > Project: Lucene - Java > Issue Type: Improvement > Components: contrib/benchmark > Reporter: Robert Muir > Assignee: Robert Muir > Fix For: 3.1 > > Attachments: LUCENE-2254.patch > > > Now that we can properly parse descriptions and narratives from TREC queries (LUCENE-2210), it would be nice to allow the user to easily run quality evaluations on more than just "Title" > This patch adds an optional commandline argument to QueryDriver (the default is Title as before), where you can specify something like: > T: Title-only > D: Description-only > N: Narrative-only > TD: Title + Description, > TDN: Title+Description+Narrative, > DN: Description+Narrative > The SimpleQQParser has an additional constructor that simply accepts a String[] of these fields, forming a booleanquery across all of them. -- 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