On Jan 21, 2006, at 2:16 PM, Gwyn Carwardine wrote:
Of course I think someone needs to go into the internals anyway...
on 1.4.3
I get an index out of array bounds error (not a nice parse
exception) when
it tries to parse the following (which it should be able to do):
["fred" TO "joe"]
Mayb
[
http://issues.apache.org/jira/browse/LUCENE-488?page=comments#action_12363568 ]
Daniel Naber commented on LUCENE-488:
-
writer.setMaxBufferedDocs(1) was a bad idea, it doesn't work because of an
off-by-one bug. writer.setMaxBufferedDocs(2) should work,