Re: OutOfMemoryError

2010-03-06 Thread Monique Monteiro
Hi Otis, no, I don't use sort. But I use TopFieldCollector and I have to instantiate a Sort object with new Sort(). The data are returned unsorted. On Fri, Mar 5, 2010 at 7:38 PM, Otis Gospodnetic wrote: > Maybe it's not a leak, Monique. :) > If you use sorting in Lucene, then the FieldCache

RE: Numeric Range Filter - bug or documentation oversight

2010-03-06 Thread Uwe Schindler
Hi Scott, I verified by an additional test in NRQ (Lucene trunk), that true/false together with null bound produces the same results, so there is no bug at all. This test is new, as it explicitly tests on an index containing infinity-float/min-max-integer values. The tests can be seen here: h

RE: Numeric Range Filter - bug or documentation oversight

2010-03-06 Thread Uwe Schindler
Hi Scott, > But here's the issue that I solved but it seems like there is either a > bug in the NumericRangeFilter or there is some additional documentation > needed. I created a NumericRangeFilter with a null for the min. I > would have thought that that meant the minInclusive could have been >