[ https://issues.apache.org/jira/browse/MAHOUT-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Grisel updated MAHOUT-246:
----------------------------------
Attachment: MAHOUT-246-2.patch
actualised version of the previous patch
> 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
> 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.
|