[ 
https://issues.apache.org/jira/browse/LUCENE-4959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adrien Grand reassigned LUCENE-4959:
------------------------------------

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

Reply via email to