Alexey Kutin created LUCENE-4959:
------------------------------------
Summary: 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: 4.2.1, 5.0
Reporter: Alexey Kutin
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]