On Nov 12, 2007 8:02 AM, Heba Farouk <[EMAIL PROTECTED]> wrote:
> I would like to use solr  to return ranges of searches on an integer
> field, if I wrote in the url  offset:[0 TO 10], it returns documents
> with offset values 0, 1, 10 only  but I want to return the range 0,1,2,
> 3, 4 ....,10. How can I do that with solr

Use fieldType="sint" (sortable int... see the schema.xml), and reindex.

-Yonik

Reply via email to