On Nov 15, 2009, at 5:07 PM, Yonik Seeley wrote: > On Sat, Nov 14, 2009 at 2:30 PM, Grant Ingersoll <gsing...@apache.org> wrote: >> Is it at all meaningful to think about a function query acting as a Filter? >> The basic idea being that if the score was above/below some value >> (presumably 0 by default), then that particular document would be on/off. > > frange? > > http://www.lucidimagination.com/blog/tag/frange/
I notice in the implementation that it assumes float. What if I want double range? -Grant