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
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
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
>