Re: Pgination in Solr

2009-01-04 Thread Chris Hostetter
: solr supports params start and rows : append &start=X&rows=Y to the url (assuming you are using standard : request handler) : : where X = page number : and Y = results per page. not quite ... "start" is the result number you wnat to start at (zero indexed), so if you want 10 results per page y

Re: Pgination in Solr

2009-01-02 Thread Umar Shah
solr supports params start and rows append &start=X&rows=Y to the url (assuming you are using standard request handler) where X = page number and Y = results per page. On Sat, Jan 3, 2009 at 11:57 AM, Bhawani Sharma wrote: > > Hi All, > > How can i do Pagination in Solr ? > Is there any Sol