hi Jeff
thank you very much for replying me, currently i am doing a middle
ware which supply advanced query function like join and group
aggregate against google base, so i need to retrieve large amout of
entries to put them into a queue, then do operation upon them. so is
there a way to get more than 1000 items per query?
Jian
On Jun 14, 1:40 am, Jeff S <j....@google.com> wrote:
Hi,
There are a few limits in place when it comes to the start-index and
max-results, but you are not limited to the numbers of queries you can
do. When making a request against the snippets feed, you can only get
250 items at a time (max-results) and you won't be able to retrieve
more than 1000 items per search (start-index). I recommend more
detailed searches because the query language is powerful and you could
use it to find the items you're interested without having to parse
page after page of results.
Happy coding,
Jeff
On Jun 12, 4:21 pm, "caoa...@googlemail.com"
<caoa...@googlemail.com> wrote:
when i played with java API, and trying to get some entries which
startindex is lager than 1000,sometimes 1250, i can get nothing,
although the total number is 7XXXXXXX, is there any limited amount of
data you can get form GoogleBase?- Hide quoted text -
- Show quoted text -