[ https://issues.apache.org/jira/browse/LUCENE-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12747415#action_12747415 ]
Mark Miller commented on LUCENE-1760: ------------------------------------- * @deprecated This setting will be <code>true</code> per default in Lucene 3.0, * when {...@link #incrementToken} is abstract and must be always implemented. */ public static void setOnlyUseNewAPI(boolean onlyUseNewAPI) { TokenStream.onlyUseNewAPI = onlyUseNewAPI; } Won't that setting be removed ? Should I add the remove when api is removed reminder here? The Javadoc appears a bit misleading. > TokenStream API javadoc improvements > ------------------------------------ > > Key: LUCENE-1760 > URL: https://issues.apache.org/jira/browse/LUCENE-1760 > Project: Lucene - Java > Issue Type: Task > Components: Analysis > Reporter: Michael Busch > Assignee: Mark Miller > Priority: Trivial > Fix For: 2.9 > > Attachments: lucene-1760.patch, TokenStreamJavadoc.patch > > > - Change or remove experimental warnings of new TokenStream API > - Improve javadocs for deprecated Token constructors > - javadocs for TeeSinkTokenStream.SinkFilter -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org