<?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: Fun with WebService::Solr, Part III of III</title>
	<atom:link href="http://infomotions.com/blog/2009/01/fun-with-webservicesolr-part-iii-of-iii/feed/" rel="self" type="application/rss+xml" />
	<link>http://infomotions.com/blog/2009/01/fun-with-webservicesolr-part-iii-of-iii/</link>
	<description>Thoughts in libraries and librarianship</description>
	<lastBuildDate>Thu, 03 Sep 2009 14:26:26 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian Cassidy</title>
		<link>http://infomotions.com/blog/2009/01/fun-with-webservicesolr-part-iii-of-iii/comment-page-1/#comment-851</link>
		<dc:creator>Brian Cassidy</dc:creator>
		<pubDate>Sat, 24 Jan 2009 04:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://infomotions.com/blog/?p=134#comment-851</guid>
		<description>To be fair, Ed Summers wrote the SRU modules -- I&#039;ve just helped maintain them.</description>
		<content:encoded><![CDATA[<p>To be fair, Ed Summers wrote the SRU modules &#8212; I&#8217;ve just helped maintain them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Ibbotson</title>
		<link>http://infomotions.com/blog/2009/01/fun-with-webservicesolr-part-iii-of-iii/comment-page-1/#comment-848</link>
		<dc:creator>Ian Ibbotson</dc:creator>
		<pubDate>Fri, 23 Jan 2009 23:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://infomotions.com/blog/?p=134#comment-848</guid>
		<description>Heya Jonathan.. Don&#039;t suppose you could enumerate some of your arguments as to why there should be -mime- types for mods/marcxml etc? 

There has always been a bit of an elephant in the room with the issue of identifying schemas, from the &quot;XML&quot; and element set name wranglings of Z3950 to the advanced SRU &quot;It&#039;s just a URI (Lets hope naming the problem happens to solve it too)&quot;

If the answer to these problems is &quot;Just give everything a mime type&quot; then thats cool (We certainly need some registry) but what should the mime type for mods actually look like?</description>
		<content:encoded><![CDATA[<p>Heya Jonathan.. Don&#8217;t suppose you could enumerate some of your arguments as to why there should be -mime- types for mods/marcxml etc? </p>
<p>There has always been a bit of an elephant in the room with the issue of identifying schemas, from the &#8220;XML&#8221; and element set name wranglings of Z3950 to the advanced SRU &#8220;It&#8217;s just a URI (Lets hope naming the problem happens to solve it too)&#8221;</p>
<p>If the answer to these problems is &#8220;Just give everything a mime type&#8221; then thats cool (We certainly need some registry) but what should the mime type for mods actually look like?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Rochkind</title>
		<link>http://infomotions.com/blog/2009/01/fun-with-webservicesolr-part-iii-of-iii/comment-page-1/#comment-845</link>
		<dc:creator>Jonathan Rochkind</dc:creator>
		<pubDate>Fri, 23 Jan 2009 15:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://infomotions.com/blog/?p=134#comment-845</guid>
		<description>I&#039;ve been spending some time with the OpenSearch spec lately in anticipation of using it in a particular future project I have in mind. 

I&#039;ve been quite impressed with it. I think the idea of merging SRU into OpenSearch is a good one. 

It&#039;s not really true to say that &quot;OpenSearch returns an RSS-like data stream&quot; -- rather an OpenSearch description can specify exactly what format is returned using a MIME type, and can even specify different URLs for retrieving different formats.  So I think it&#039;s rather compatible with SRU here. There&#039;s no reason an OpenSearch description can&#039;t declare results returned in MARC-XML or anything else. (I hope MARCXML, MODS, etc, have declared mime types? If not they need to asap for a billion reasons!)

Also, while an OpenSearch description document doesn&#039;t declare any particular syntax for it&#039;s query, there&#039;s no reason an OpenSearch query _couldn&#039;t_ be in CQL. 

It would seem useful to me to extend OpenSearch to allow a description document to specify that CQL is supported, and specify what search indexes the server provides, or any other CQL-related metadata. 

One of the most useful parts of OpenSearch is how it allows easy extensibility using custom namespaces. I am actually not that familiar with SRU, and haven&#039;t read that OASIS document yet, but I hope they take the approach of trying to fit SRU into the existing OpenSearch standard, rather than creating a new &#039;umbrella&#039; standard on top of it. I think the OpenSearch standard would be quite suited to this. 

I perused the OpenSearch listserv recently, and I didn&#039;t see any mention of OASIS or SRU. I hope the OASIS folks are actually talking to the OpenSearch folks about this, rather than just doing things in their own silo. The OpenSearch folks seem to me to be quite on top of things, and interested in making sure OpenSearch supports new use cases in the &#039;right&#039; way.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been spending some time with the OpenSearch spec lately in anticipation of using it in a particular future project I have in mind. </p>
<p>I&#8217;ve been quite impressed with it. I think the idea of merging SRU into OpenSearch is a good one. </p>
<p>It&#8217;s not really true to say that &#8220;OpenSearch returns an RSS-like data stream&#8221; &#8212; rather an OpenSearch description can specify exactly what format is returned using a MIME type, and can even specify different URLs for retrieving different formats.  So I think it&#8217;s rather compatible with SRU here. There&#8217;s no reason an OpenSearch description can&#8217;t declare results returned in MARC-XML or anything else. (I hope MARCXML, MODS, etc, have declared mime types? If not they need to asap for a billion reasons!)</p>
<p>Also, while an OpenSearch description document doesn&#8217;t declare any particular syntax for it&#8217;s query, there&#8217;s no reason an OpenSearch query _couldn&#8217;t_ be in CQL. </p>
<p>It would seem useful to me to extend OpenSearch to allow a description document to specify that CQL is supported, and specify what search indexes the server provides, or any other CQL-related metadata. </p>
<p>One of the most useful parts of OpenSearch is how it allows easy extensibility using custom namespaces. I am actually not that familiar with SRU, and haven&#8217;t read that OASIS document yet, but I hope they take the approach of trying to fit SRU into the existing OpenSearch standard, rather than creating a new &#8216;umbrella&#8217; standard on top of it. I think the OpenSearch standard would be quite suited to this. </p>
<p>I perused the OpenSearch listserv recently, and I didn&#8217;t see any mention of OASIS or SRU. I hope the OASIS folks are actually talking to the OpenSearch folks about this, rather than just doing things in their own silo. The OpenSearch folks seem to me to be quite on top of things, and interested in making sure OpenSearch supports new use cases in the &#8216;right&#8217; way.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
