
jira at apache
Jul 4, 2009, 9:04 AM
Post #1 of 1
(109 views)
Permalink
|
|
[jira] Updated: (LUCENE-1734) CharReader should delegate reset/mark/markSupported
|
|
[ https://issues.apache.org/jira/browse/LUCENE-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1734: ----------------------------------- Attachment: LUCENE-1734.patch CharFilter can delegate, too. I'd like to call reset() to rewind reader in SOLR-1256. > CharReader should delegate reset/mark/markSupported > --------------------------------------------------- > > Key: LUCENE-1734 > URL: https://issues.apache.org/jira/browse/LUCENE-1734 > Project: Lucene - Java > Issue Type: Bug > Components: Analysis > Affects Versions: 2.9 > Reporter: Koji Sekiguchi > Priority: Minor > Fix For: 2.9 > > Attachments: LUCENE-1734.patch > > > The final class CharReader should delegate reset/mark/markSupported to its wrapped reader. Otherwise clients will get "reset() not supported" exception. -- 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-unsubscribe[at]lucene.apache.org For additional commands, e-mail: java-dev-help[at]lucene.apache.org
|