On Thu, May 15, 2008 at 3:16 PM, dharhsana <[EMAIL PROTECTED]> wrote:
> > hi this is rekha,iam new to solr.. > > I need to search the solr with limits,for example if we are going to get > 100 > records ,those records should be seperated to 10 records each in seperate > xml .can any one give me the sample code. what you mean by xml? you can always limit the responses , for example getting the responses 10 at a time you can append the following parameters to ur URL &start=0&rows=10 for each successve call you will add 10 to the value of start param, &start=10 then &start=20 and so on .. you can always get the total number of results from the numFound value in the response.. so that you exactly know how many iterations are required. hope that solved your problem. -umar > > > > with regards, > > T.Rekha. > > > > > -- > View this message in context: > http://www.nabble.com/solr-search-tp17249602p17249602.html > Sent from the Solr - User mailing list archive at Nabble.com. > >