Re: ranged query on multivalued field doesnt seem to work

2009-02-03 Thread Chris Hostetter
: I am still struggling with this... but I guess would it be because for some : data there are maximum interger values for the fields "start_year" : "end_year", like "2.14748365E9", which solr does not recognise as "sfloat", : because there is a "E" letter? when you say you are using "sfloat", t

Re: ranged query on multivalued field doesnt seem to work

2009-01-30 Thread zqzuk
Integer.MINVALUE) Also when I combine start_year > with end_year, it also produced wrong results... > > what could be wrong? is it because I used wrong field type "sfloat", which > should be integer? > > Any hints would be very much appreciated! > > many thanks! &

ranged query on multivalued field doesnt seem to work

2009-01-29 Thread zqzuk
also produced wrong results... what could be wrong? is it because I used wrong field type "sfloat", which should be integer? Any hints would be very much appreciated! many thanks! -- View this message in context: http://www.nabble.com/ranged-query-on-multivalued-field-doesnt-se