[Developers] MQLRead Query to Replicate Search Service
Tom Morris
tfmorris at gmail.com
Sun May 17 16:14:11 UTC 2009
On Sun, May 17, 2009 at 5:44 AM, James Alexander Levy
<jamesalexanderlevy at gmail.com> wrote:
> I'd like to run several queries against the search service with a single
> HTTP request - you know, for efficiency and all that. Because there's no way
> to do this (right?) I'll have to use MQLRead for its query envelope, but I'm
> not sure how to perform a read request that exactly mimics the search
> service.
You can't do this because you don't have all the information available
to you that the search service uses. In particular it uses anchor
text from Wikipedia articles in addition to things that you can get at
from MQL (names & aliases).
If latency is your concern, have you considered posting the requests
asynchronously and pipelining your processing?
Tom
More information about the Developers
mailing list