Hello,

> > 
> > : I upgade to 1.9.1 and reindexing
> > : I used NumberTool when I index the number.
> > :
> > : after upgrade I got following error when number range query.
> > : with query
> > 
> > The possibility of a TooManyClauses exception has always existed with
> > RangeQuery and numbers, even when using NumberTool.  Even if you never saw
> > it before, and you are still querying on the exact same range as before,
> > adding new docs with values in that range can trigger the exception.
> > 
> You mean Theoritically 
> RangeQuery should be forbidden because it always has potential time bomb ?
> Should we comment it in javadoc ?
> 
I found the comment at the BooleanQuery javadoc.
the default value is 1024.  
But still I don't understand why happend after using NumberTool at 1.9.1

Thanks.

Youngho

Reply via email to