You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "percyboy (JIRA)" <ji...@apache.org> on 2011/06/04 21:12:47 UTC

[Lucene.Net] [jira] [Updated] (LUCENENET-422) Custom tokenizers may fail when indexing due to ReusableStringReader not implement some method of TextReader

     [ https://issues.apache.org/jira/browse/LUCENENET-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

percyboy updated LUCENENET-422:
-------------------------------

    Attachment: ReusableStringReader.cs

my modifications.

> Custom tokenizers may fail when indexing due to ReusableStringReader not implement some method of TextReader
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENENET-422
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-422
>             Project: Lucene.Net
>          Issue Type: Bug
>          Components: Lucene.Net Core
>    Affects Versions: Lucene.Net 2.9.2
>         Environment: from Lucene 2.3.x to current trunk
>            Reporter: percyboy
>         Attachments: ReusableStringReader.cs
>
>
> Lucene.Net.Index.ReusableStringReader is inherited from TextReader, but marks some methods as Not Implemented.
> Some custom tokenizers who call these unfinished methods will meet an error.
> It is, somewhat, like a trap.
> LUCENENET-150 is a similar issue to this one.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira