<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: from google app engine to google search sandbox</title>
	<atom:link href="http://thepoliticsofsystems.net/2008/06/02/from-google-app-engine-to-google-search-sandbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://thepoliticsofsystems.net/2008/06/02/from-google-app-engine-to-google-search-sandbox/</link>
	<description>Thoughts on Power and Software</description>
	<lastBuildDate>Thu, 22 Jul 2010 16:48:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bernhard</title>
		<link>http://thepoliticsofsystems.net/2008/06/02/from-google-app-engine-to-google-search-sandbox/comment-page-1/#comment-200</link>
		<dc:creator>bernhard</dc:creator>
		<pubDate>Mon, 02 Jun 2008 17:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://thepoliticsofsystems.net/2008/06/02/from-google-app-engine-to-google-search-sandbox/#comment-200</guid>
		<description>Hi Ryan,

True, SearchMonkey is interesting and handy (played around with it a little bit some time ago) but it really doesn&#039;t go that much further than the old Google SOAP API (I don&#039;t think they ever went REST, no?) in the sense that you cannot bypass the company&#039;s ranking. These services just allow for application level access to the normal search interface. The SearchMonkey &lt;a href=&quot;http://developer.yahoo.com/searchmonkey/smguide/sm_overview.html&quot; rel=&quot;nofollow&quot;&gt;overview&lt;/a&gt; states:

&quot;SearchMonkey does NOT enable you to reorder results on a search page. You can use SearchMonkey to change your search result display so that they are more attractive and useful, but SearchMonkey does not change algorithmic rankings.&quot;

Sure, you can use AND NOT operators to exclude certain terms or rerank results (I used that in a &lt;a href=&quot;http://procspace.net&quot; rel=&quot;nofollow&quot;&gt;tool&lt;/a&gt; I built for my thesis) but you cannot directly access the index of crawled sites without passing through a ranking layer. What would be an interesting compromise though would be to have access to thousands or tens of thousands of results with one API call (through REST or SOAP or whatever) so you could do some serious reranking. But neither Yahoo nor Google allow that :-(.

For the Google Sandbox I have in mind, you&#039;d have to run code on Google&#039;s servers and that&#039;s why I find the App platform interesting. But sure, currently it&#039;s definitely not about opening up search. Just wishful thinking...</description>
		<content:encoded><![CDATA[<p>Hi Ryan,</p>
<p>True, SearchMonkey is interesting and handy (played around with it a little bit some time ago) but it really doesn&#8217;t go that much further than the old Google SOAP API (I don&#8217;t think they ever went REST, no?) in the sense that you cannot bypass the company&#8217;s ranking. These services just allow for application level access to the normal search interface. The SearchMonkey <a href="http://developer.yahoo.com/searchmonkey/smguide/sm_overview.html" rel="nofollow">overview</a> states:</p>
<p>&#8220;SearchMonkey does NOT enable you to reorder results on a search page. You can use SearchMonkey to change your search result display so that they are more attractive and useful, but SearchMonkey does not change algorithmic rankings.&#8221;</p>
<p>Sure, you can use AND NOT operators to exclude certain terms or rerank results (I used that in a <a href="http://procspace.net" rel="nofollow">tool</a> I built for my thesis) but you cannot directly access the index of crawled sites without passing through a ranking layer. What would be an interesting compromise though would be to have access to thousands or tens of thousands of results with one API call (through REST or SOAP or whatever) so you could do some serious reranking. But neither Yahoo nor Google allow that <img src='http://thepoliticsofsystems.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> .</p>
<p>For the Google Sandbox I have in mind, you&#8217;d have to run code on Google&#8217;s servers and that&#8217;s why I find the App platform interesting. But sure, currently it&#8217;s definitely not about opening up search. Just wishful thinking&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Shaw</title>
		<link>http://thepoliticsofsystems.net/2008/06/02/from-google-app-engine-to-google-search-sandbox/comment-page-1/#comment-199</link>
		<dc:creator>Ryan Shaw</dc:creator>
		<pubDate>Mon, 02 Jun 2008 15:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://thepoliticsofsystems.net/2008/06/02/from-google-app-engine-to-google-search-sandbox/#comment-199</guid>
		<description>While well short of full access to the index, Yahoo&#039;s new &lt;a href=&quot;http://developer.yahoo.com/searchmonkey/&quot; rel=&quot;nofollow&quot;&gt;SearchMonkey&lt;/a&gt; platform is a step toward the kind of open search platform you describe. Google&#039;s App Engine, on the other hand, appears to me to be geared toward easily scaling up (and wedding to the Google platform) standard database-driven websites, not opening up search. In fact, Google&#039;s trajectory has been to gradually provide *less* access to search data, as for example when they replaced their REST search API with a less flexible but more easily controlled (by Google) Javascript API. (The REST API is now back, but with very restrictive terms of service that essentially disallow using it for anything other than displaying Google search results on a web page.) Yahoo perceives a potential strategic advantage in building an open platform where Google refuses to be fully open; time will tell if they are correct or not.</description>
		<content:encoded><![CDATA[<p>While well short of full access to the index, Yahoo&#8217;s new <a href="http://developer.yahoo.com/searchmonkey/" rel="nofollow">SearchMonkey</a> platform is a step toward the kind of open search platform you describe. Google&#8217;s App Engine, on the other hand, appears to me to be geared toward easily scaling up (and wedding to the Google platform) standard database-driven websites, not opening up search. In fact, Google&#8217;s trajectory has been to gradually provide *less* access to search data, as for example when they replaced their REST search API with a less flexible but more easily controlled (by Google) Javascript API. (The REST API is now back, but with very restrictive terms of service that essentially disallow using it for anything other than displaying Google search results on a web page.) Yahoo perceives a potential strategic advantage in building an open platform where Google refuses to be fully open; time will tell if they are correct or not.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
