0

Size Limits:Remote Control is not working?

Hi,

I try to execute follow YQL:

select url from search.web(1000,150) where query = "hot dogs"

...
<<diagnostics>
<publiclyCallable>true</publiclyCallable>
<url execution-time="1132">http://boss.yahooapis.com/ysearch/web/v1/hot%20dogs?format=xml&amp;start=1000&amp;count=50</url>
<url execution-time="644">http://boss.yahooapis.com/ysearch/web/v1/hot%20dogs?format=xml&amp;start=1050&amp;count=50</url>
<url execution-time="639">http://boss.yahooapis.com/ysearch/web/v1/hot%20dogs?format=xml&amp;start=1100&amp;count=50</url>
<user-time>2431</user-time>
<service-time>2415</service-time>
<build-version>911</build-version>
</diagnostics>
...

but I see only first 50 result but 3 times.
if I use select url from search.web(0,1000) where query = "hot dogs" I get right result.
But when I try to get more then 1000 the result is absolutely unclearly for me.

1 Reply
  • QUOTE (tepkuh @ Apr 3 2009, 03:00 AM) <{POST_SNAPBACK}>
    Hi,

    I try to execute follow YQL:

    select url from search.web(1000,150) where query = "hot dogs"

    ...
    <<diagnostics>
    <publiclyCallable>true</publiclyCallable>
    <url execution-time="1132">http://boss.yahooapis.com/ysearch/web/v1/hot%20dogs?format=xml&amp;start=1000&amp;count=50</url>
    <url execution-time="644">http://boss.yahooapis.com/ysearch/web/v1/hot%20dogs?format=xml&amp;start=1050&amp;count=50</url>
    <url execution-time="639">http://boss.yahooapis.com/ysearch/web/v1/hot%20dogs?format=xml&amp;start=1100&amp;count=50</url>
    <user-time>2431</user-time>
    <service-time>2415</service-time>
    <build-version>911</build-version>
    </diagnostics>
    ...

    but I see only first 50 result but 3 times.
    if I use select url from search.web(0,1000) where query = "hot dogs" I get right result.
    But when I try to get more then 1000 the result is absolutely unclearly for me.



    search.web table has a max cap of 1000 results. Josh has answered this query in the following post. Please check it out.
    http://developer.yahoo.net/forum/index.php...p;hl=search.web

    -- Nagesh
    0

Recent Posts

in YQL