[ 
https://issues.apache.org/jira/browse/LUCENE-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706365#action_12706365
 ] 

Jonathan Mamou commented on LUCENE-1542:
----------------------------------------

I think that the bug is not related to payload and to the fact that terms at 
located at the same position. 
It seems to occur only for the first term of the document, if its 
positionIncrement is equal to 0. In this case, the position of the first term 
will be wrong: -1 if there is no payload, and 2147483647 if there is a payload.

> NearSpansUnordered.getPayload does not always return the correct payloads 
> when terms are located at the same position
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-1542
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1542
>             Project: Lucene - Java
>          Issue Type: Bug
>    Affects Versions: 2.4
>            Reporter: Mark Miller
>            Priority: Minor
>
> More info in LUCENE-1465

-- 
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-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to