-
Bug
-
Resolution: Done
-
Major
-
4.0.0.Final, 4.1.0.BETA2
-
None
Examining Lucene's sourcecode it appears that skipping to an unexisting buffer should throw an IOException unless it's being caused by a seek(position) having a too high position value. We currently always throw such an exception when asked for a buffer which can't be found.