Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 29166 invoked from network); 17 Oct 2006 20:53:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Oct 2006 20:53:31 -0000 Received: (qmail 14544 invoked by uid 500); 17 Oct 2006 20:53:28 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 14502 invoked by uid 500); 17 Oct 2006 20:53:28 -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 14491 invoked by uid 99); 17 Oct 2006 20:53:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2006 13:53:28 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2006 13:53:27 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1F044714310 for ; Tue, 17 Oct 2006 13:52:36 -0700 (PDT) Message-ID: <1831466.1161118356124.JavaMail.jira@brutus> Date: Tue, 17 Oct 2006 13:52:36 -0700 (PDT) From: "Matt Ericson (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-544) MultiFieldQueryParser field boost multiplier In-Reply-To: <370348655.1144768521540.JavaMail.jira@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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 [ http://issues.apache.org/jira/browse/LUCENE-544?page=all ] Matt Ericson updated LUCENE-544: -------------------------------- Attachment: QueryParserPatch My Version of the QueryParser that will allow you to boost your fields This version used a Map to keep track of what field to boost > MultiFieldQueryParser field boost multiplier > -------------------------------------------- > > Key: LUCENE-544 > URL: http://issues.apache.org/jira/browse/LUCENE-544 > Project: Lucene - Java > Issue Type: Improvement > Components: QueryParser > Reporter: Karl Wettin > Priority: Trivial > Attachments: MultiFieldQueryParser.java, MultiFieldQueryParser.java, MultiFieldQueryParser.java.diff, MultiFieldQueryParser.java.diff, QueryParserPatch > > > Allows specific boosting per field, e.g. +(name:foo^1 description:foo^0.1). > Went from String[] field to MultiFieldQueryParser.FieldSetting[] field in constructor. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org