Re: Handling of colons in QueryParserTokenManager

2006-01-22 Thread Erik Hatcher
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

[jira] Commented: (LUCENE-488) adding docs with large (binary) fields of 5mb causes OOM regardless of heap size

2006-01-22 Thread Daniel Naber (JIRA)
[ 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,