> <int name="price:[110 TO 160]">23</int> > <int name="price:[160 TO 200]">1</int> > </lst> > ... > </result>* > > As you notice, the number of the results is 23, however an > extra doc was > found in the 160-200 range. > > Any way I can avoid double counting issue?
You can use exclusive range queries which are denoted by curly brackets. price:[110 TO 160} price:[160 TO 200}