[ 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to