True, which is what I'll probably do, but is there any way to do this using 'string'? Actually I have even seen this with date fields, which seems very odd (more data being returned than I expected).
On Fri, Jan 30, 2009 at 7:04 PM, Koji Sekiguchi <k...@r.email.ne.jp> wrote: > Jim Adams wrote: > >> I have a string field in my schema that actually numeric data. If I try a >> range search: >> >> fieldInQuestion:[ 100 TO 150 ] >> >> I fetch back a lot of data that is NOT in this range, such as 11, etc. >> >> Any idea why this happens? Is it because this is a string? >> >> Thanks. >> >> >> > > Yep, try sint field type instead. > > Koji > >