Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Lucene.Net 2.9.2
-
None
-
from Lucene 2.3.x to current trunk
Description
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.