Re: search on id value- in a range

2009-03-06 Thread Shalin Shekhar Mangar
On Fri, Mar 6, 2009 at 2:41 PM, Neha Bhardwaj < neha_bhard...@persistent.co.in> wrote: > Hi all, > > I wish to perform a search on the index ,based on a field called > id(type:Integer). > > I want solr to return all the ids between a specified range. > > > > i.e. > > I need to fetch all records th

search on id value- in a range

2009-03-06 Thread Neha Bhardwaj
Hi all, I wish to perform a search on the index ,based on a field called id(type:Integer). I want solr to return all the ids between a specified range. i.e. I need to fetch all records that have their id value between say 11-22 or say 55-60. Is there any provision to do it via solr ad