[ https://issues.apache.org/jira/browse/MAHOUT-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Isabel Drost updated MAHOUT-246: -------------------------------- Resolution: Fixed Assignee: Olivier Grisel Status: Resolved (was: Patch Available) Patch applies cleanly with -p1, all tests still work, changes look good. Committed in revision 901791. > 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 > Assignee: Olivier Grisel > Priority: Minor > Fix For: 0.3 > > Attachments: MAHOUT-246-2.patch > > > 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.