Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A65EE924B for ; Tue, 12 Jun 2012 20:37:55 +0000 (UTC) Received: (qmail 25926 invoked by uid 500); 12 Jun 2012 20:37:51 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 25834 invoked by uid 500); 12 Jun 2012 20:37:51 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 25679 invoked by uid 99); 12 Jun 2012 20:37:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2012 20:37:51 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of martijn.is.hier@gmail.com designates 209.85.214.176 as permitted sender) Received: from [209.85.214.176] (HELO mail-ob0-f176.google.com) (209.85.214.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2012 20:37:45 +0000 Received: by obbef5 with SMTP id ef5so11547487obb.35 for ; Tue, 12 Jun 2012 13:37:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=AhattfUBQzy8cT7OPN+62pgzvQzuKFOXpPcpxg685Tw=; b=uhjoUqmBhtXIeiggjDNJyN+5h1EWvC+V0P8chnKLfmChY4D6qVMYke05rumXgBKin0 w3bGPVm66ljoRq7/0+Lms25ushJlPyWuubw/nT3+3KnIEtfElzkEjUVN4JAIFn41FqG0 0exOZnIXCdFRRJD3fG7rwLQH7r9sZN8gdW4+rZUX8zlT5wlX12iYithsNW4fNF16QzPq kSk6kqiPVJjKEuq9O2Gu4YOARpWcX2nn+weGXE4Ncbe/kNmnzxL3lFRbhRpD6lHcbdh+ A+tQPYzuXjI0NWczODcRYAqOOUYbD2Zdt4WtJaWKyp0HbGcMTucD8QQhgdXx+FNlB8Ep N+wQ== Received: by 10.182.111.39 with SMTP id if7mr14211918obb.55.1339533445083; Tue, 12 Jun 2012 13:37:25 -0700 (PDT) MIME-Version: 1.0 Sender: martijn.is.hier@gmail.com Received: by 10.182.81.199 with HTTP; Tue, 12 Jun 2012 13:30:46 -0700 (PDT) In-Reply-To: <1339529098287-3989266.post@n3.nabble.com> References: <1339431007441-3988959.post@n3.nabble.com> <1339529098287-3989266.post@n3.nabble.com> From: Martijn v Groningen Date: Tue, 12 Jun 2012 22:30:46 +0200 X-Google-Sender-Auth: 0aGAcgqb8G3nBX6tPU42H8kke4k Message-ID: Subject: Re: Grouping - Boosting large groups To: dev@lucene.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org I assumed using the queries module, which isn't in 3.x. After a look at the 3.x codebase this doesn't seem to be a problem. Since all the classes you need are in: o.a.l.search.function package inside core Lucene. You can use the CustomScoreQuery & ValueSourceQuery instead of the BoostedQuery. Martijn On 12 June 2012 21:24, corwin wrote: > That's a good idea, thanks for the tip Martijn. I'm not a fan of performing > an extra search, but it does seem like it's unavoidable for this scenario. > > We are currently working with Lucene 3.5 and you mentioned that it assumes > Lucene 4 or 3.6. Any particular reason for that? I prefer not upgrading just > yet unless there's a feature that will specifically help me accomplish this. > > Thanks again, > > Corwin. > > -- > View this message in context: http://lucene.472066.n3.nabble.com/Grouping-Boosting-large-groups-tp3988959p3989266.html > Sent from the Lucene - Java Developer mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: dev-help@lucene.apache.org > -- Met vriendelijke groet, Martijn van Groningen --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org