[ https://issues.apache.org/jira/browse/MAHOUT-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Olivier Grisel updated MAHOUT-246: ---------------------------------- Summary: upgrade to new lucene TokenStream API to cleanup deprecation warnings (was: upgrade to new lucene TokenStream API to cleanup deprecation API) > upgrade to new lucene TokenStream API to cleanup deprecation warnings > --------------------------------------------------------------------- > > 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 > > Attachments: remove-lucene-deprecation-warnings.diff > > > 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 StandardAnalyzer()" 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.