Re: Querying Ranges Problem

2008-11-24 Thread Yonik Seeley
Ensure that the fieldType maps back to solr.SortableIntField rather than solr.IntField -Yonik On Mon, Nov 24, 2008 at 5:19 PM, Jake Conk <[EMAIL PROTECTED]> wrote: > I have the following query: > > > q=(+thread_title_t:test OR +posts_t_ns_mv:test) AND locked_i:0 AND > replies_i:[50 TO *] > > > I

Querying Ranges Problem

2008-11-24 Thread Jake Conk
I have the following query: q=(+thread_title_t:test OR +posts_t_ns_mv:test) AND locked_i:0 AND replies_i:[50 TO *] I have replies_i which is an integer field set to return me back documents that have a value 50 or greater but the problem is I'm getting back results with the replied_i field colu