Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 65846 invoked from network); 4 Dec 2008 13:16:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2008 13:16:06 -0000 Received: (qmail 19148 invoked by uid 500); 4 Dec 2008 13:16:17 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 19099 invoked by uid 500); 4 Dec 2008 13:16:17 -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 19089 invoked by uid 99); 4 Dec 2008 13:16:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2008 05:16:17 -0800 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, 04 Dec 2008 13:14:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 54438234C2CF for ; Thu, 4 Dec 2008 05:15:44 -0800 (PST) Message-ID: <2142884233.1228396544343.JavaMail.jira@brutus> Date: Thu, 4 Dec 2008 05:15:44 -0800 (PST) From: "Michael McCandless (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-1465) NearSpansOrdered.getPayload does not return the payload from the minimum match span In-Reply-To: <807338335.1227303944194.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653292#action_12653292 ] Michael McCandless commented on LUCENE-1465: -------------------------------------------- bq. Whats involved in a backport - just commit it to the 2.4 branch and thats all? Yup. "svn merge" works well as long as the code hasn't diverged much, eg running this in a 2.4 branch checkout: {code} svn merge -r(N-1):N https://svn.apache.org/repos/asf/lucene/java/trunk {code} where N was the revision committed to trunk. > NearSpansOrdered.getPayload does not return the payload from the minimum match span > ----------------------------------------------------------------------------------- > > Key: LUCENE-1465 > URL: https://issues.apache.org/jira/browse/LUCENE-1465 > Project: Lucene - Java > Issue Type: Bug > Components: Search > Affects Versions: 2.4 > Reporter: Mark Miller > Assignee: Mark Miller > Priority: Minor > Fix For: 2.4.1, 2.9 > > Attachments: LUCENE-1465.patch, LUCENE-1465.patch, LUCENE-1465.patch, LUCENE-1465.patch, Test.java > > -- 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