Hello,

I am having an issue with range query in solr 1.3 .

query is price: [ 1 TO 20 ] is returning values out of this range ,like
23.00 AND 55.00 .The field type of the price field is sfloat .

When I check this form admin Debug query ,I am seeing junk instead of price.

example:

<str name="rawquerystring">price:[ 1 TO 20 ]</str>
<str name="querystring">price:[ 1 TO 20 ]</str>
<str name="parsedquery">price:[1.0 TO 20.0]</str>
<str name="parsedquery_toString">price:[¿ࠀ#0; TO Á਀#0;]</str>

Why is this happenning ?

Regards
Sujatha

Reply via email to