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

Tommaso Teofili commented on LUCENE-4959:
-----------------------------------------

thanks Alexey for reporting and fixing and Adrien for taking care of it, I was 
offline and could notice it just now :)
                
> Incorrect return value from SimpleNaiveBayesClassifier.assignClass 
> -------------------------------------------------------------------
>
>                 Key: LUCENE-4959
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4959
>             Project: Lucene - Core
>          Issue Type: Bug
>    Affects Versions: 5.0, 4.2.1
>            Reporter: Alexey Kutin
>            Assignee: Adrien Grand
>              Labels: classification
>         Attachments: LUCENE-4959.patch
>
>
> The local copy of BytesRef referenced by foundClass is affected by subsequent 
> TermsEnum.iterator.next() calls as the shared BytesRef.bytes changes. 
> If a term "test" gives a good match and a next term in the terms collection 
> is "classification" with a lower match score then the return result will be 
> "clas"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to