[ https://issues.apache.org/jira/browse/LUCENE-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736106#action_12736106 ]
Uwe Schindler commented on LUCENE-1695: --------------------------------------- We had the same problem in core with Tee/sinkTokenizer. Both classes exported API using Token instances without any real use (I think it was because of tests). We deprecated the whole calss and created a new TeeSinkTokenFilter using States and do not export thier internal implementation (which is not needed for Tee/Sink usage). > Update the Highlighter to use the new TokenStream API > ----------------------------------------------------- > > Key: LUCENE-1695 > URL: https://issues.apache.org/jira/browse/LUCENE-1695 > Project: Lucene - Java > Issue Type: Improvement > Components: contrib/highlighter > Reporter: Mark Miller > Assignee: Mark Miller > Fix For: 2.9 > > Attachments: LUCENE-1695.patch, LUCENE-1695.patch, LUCENE-1695.patch, > LUCENE-1695.patch > > -- 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