Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 33510 invoked from network); 21 Sep 2010 10:28:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Sep 2010 10:28:17 -0000 Received: (qmail 15921 invoked by uid 500); 21 Sep 2010 10:28:15 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 15657 invoked by uid 500); 21 Sep 2010 10:28:13 -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 15101 invoked by uid 99); 21 Sep 2010 10:28:11 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Sep 2010 10:28:11 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Sep 2010 10:27:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8LARW9i022425 for ; Tue, 21 Sep 2010 10:27:33 GMT Message-ID: <25834443.313331285064852750.JavaMail.jira@thor> Date: Tue, 21 Sep 2010 06:27:32 -0400 (EDT) From: "Andrzej Bialecki (JIRA)" To: dev@lucene.apache.org Subject: [jira] Reopened: (LUCENE-2482) Index sorter In-Reply-To: <30163273.30471274987857717.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki reopened LUCENE-2482: --------------------------------------- ..to remember we need a port of this tool to 4.0 > Index sorter > ------------ > > Key: LUCENE-2482 > URL: https://issues.apache.org/jira/browse/LUCENE-2482 > Project: Lucene - Java > Issue Type: New Feature > Components: contrib/* > Affects Versions: 3.1, 4.0 > Reporter: Andrzej Bialecki > Assignee: Andrzej Bialecki > Fix For: 3.1 > > Attachments: indexSorter.patch > > > A tool to sort index according to a float document weight. Documents with high weight are given low document numbers, which means that they will be first evaluated. When using a strategy of "early termination" of queries (see TimeLimitedCollector) such sorting significantly improves the quality of partial results. > (Originally this tool was created by Doug Cutting in Nutch, and used norms as document weights - thus the ordering was limited by the limited resolution of norms. This is a pure Lucene version of the tool, and it uses arbitrary floats from a specified stored field). -- 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: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org