upgrade to new lucene TokenStream API to cleanup deprecation API ----------------------------------------------------------------
Key: MAHOUT-246 URL: https://issues.apache.org/jira/browse/MAHOUT-246 Project: Mahout Issue Type: Improvement Affects Versions: 0.2 Reporter: Olivier Grisel Fix For: 0.3 The attached patch use the new ts.incrementToken() / TermAttribute API instead of the deprecated manual Token handling. It also replaces to occurrences of the deprecated "new StandardAnalyszer()" to the more explicit "new StandardAnalyzer(Version.LUCENE_CURRENT)". -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.