> CachingWrapperFilter, which can help prevent calculating the filter
> for every query.
>
> -Yonik
>
> On Tue, Oct 14, 2008 at 12:55 PM, Reetha Hariharan <[EMAIL PROTECTED]>
> wrote:
> > Hi Yonik,
> >
> > Thanks for your reply.
> >
> > In my c
return rangeFilter.bits(reader);
}
}
The above does not work. Let me know if I am doing something wrong.
Any inputs on this ?
Thanks,
On Tue, Oct 14, 2008 at 8:11 AM, Yonik Seeley <[EMAIL PROTECTED]> wrote:
> On Tue, Oct 14, 2008 at 4:35 AM, Reetha Hariharan <[EMAIL PROTECT
Hi,
I am a newbie.
I just configured lucene using hibernate search. But I find that the sorting
doesn't ignore null values.
I am searching using one field, say X and want to sort the results using
another, say Y (Which can have null values). But I am expecting Sort to
ignore all the null values