Re: RangQuery problem.

2005-09-04 Thread Benny
Thanks a lot. On 9/3/05, Andrzej Bialecki <[EMAIL PROTECTED]> wrote: > > Benny wrote: > > > Query: price:f10t20 > > Parsed: price:"f10t20" > > Translated: +price:[10 TO 20] > > Query: price:f1t20 > > Parsed: price:"f1t20" > > Translated: +price:[00

Re: RangQuery problem.

2005-09-03 Thread Andrzej Bialecki
Benny wrote: Query: price:f10t20 Parsed: price:"f10t20" Translated: +price:[10 TO 20] Query: price:f1t20 Parsed: price:"f1t20" Translated: +price:[01 TO 20] I think the problem is in other place. is it possible to the price string

Re: RangQuery problem.

2005-09-03 Thread Benny
Hi Matthias, When I use run nutch org.apache.nutch.searcher.Query Query: price:f10t20 Parsed: price:"f10t20" Translated: +price:[10 TO 20] Query: price:f1t20 Parsed: price:"f1t20" Translated: +price:[01 TO 20] I think the problem i

Re: RangQuery problem.

2005-09-03 Thread Benny
Also, I check the tomcat log "catalina.out", the one with less range works fine. 050903 142317 17 query request from 68.237.38.140 050903 142317 17 query: price:f1t2 050903 142317 17 searching for 20 raw hits 050903 142317 17 re-searching for 40 raw hits, query: p

Re: RangQuery problem.

2005-09-02 Thread Matthias Jaekle
Hi Benny, I could not tell you anything about your failure, but maybe there is an other one. Did you consider, that lucene uses text comparisons. So, maybe you should always compare 001000 with 20. Strings with the same length. Matthias Benny schrieb: Hi, I hit a problem when using Ra

RangQuery problem.

2005-09-02 Thread Benny
Hi, I hit a problem when using RangQuery. I inexed a price field. It works well when query short price range. For example, Query works fine for price: from 10 - 20 But if changing to price range: from 1000-20. There are some exceptions throwed out. I past the logs below. If some o