Re: How to fetch all matching records :urgent

2009-02-16 Thread Walter Underwood
Increment the start value by 10 and make another request. wunder On 2/16/09 9:13 PM, "Neha Bhardwaj" wrote: > Hello, > > I am using getResults method of queryResponse class, on a keyword that has > more than hundred of matching records. Bit this method returns me only 10 > results. And then

How to fetch all matching records :urgent

2009-02-16 Thread Neha Bhardwaj
Hello, I am using getResults method of queryResponse class, on a keyword that has more than hundred of matching records. Bit this method returns me only 10 results. And then throw an array index out of bound exception. how can I fetch all the results? Its really important and urgent for me ,