On Sun, Oct 4, 2009 at 10:53 PM, Israel Ekpo <israele...@gmail.com> wrote: > Smaller precisionStep values (specified in bits) will lead to more tokens > indexed per value, slightly larger index size, and faster range queries > > It also states that for faster range queries, consider the > tint/tfloat/tlong/tdouble types. > > Now, the tint/tfloat/tlong/tdouble have a precisionStetp of 8 while the > int/float/long/double types have a precisionStep of 0
precisionStep of 0 means don't do precision steps at all (i.e. no acceleration of range queries). I'll take a shot at clearing this up in the example schema.xml. -Yonik http://www.lucidimagination.com