<?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 II of III</title>
	<atom:link href="http://infomotions.com/blog/2009/01/fun-with-webservicesolr-part-ii-of-iii/feed/" rel="self" type="application/rss+xml" />
	<link>http://infomotions.com/blog/2009/01/fun-with-webservicesolr-part-ii-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: Eric Lease Morgan</title>
		<link>http://infomotions.com/blog/2009/01/fun-with-webservicesolr-part-ii-of-iii/comment-page-1/#comment-843</link>
		<dc:creator>Eric Lease Morgan</dc:creator>
		<pubDate>Fri, 23 Jan 2009 01:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://infomotions.com/blog/?p=129#comment-843</guid>
		<description>The source code to Parts I, II, and III are available at http://infomotions.com/blog/wp-content/uploads/2009/01/fun-with-webservice-solr.tar.gz</description>
		<content:encoded><![CDATA[<p>The source code to Parts I, II, and III are available at <a href="http://infomotions.com/blog/wp-content/uploads/2009/01/fun-with-webservice-solr.tar.gz" rel="nofollow">http://infomotions.com/blog/wp-content/uploads/2009/01/fun-with-webservice-solr.tar.gz</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Lease Morgan</title>
		<link>http://infomotions.com/blog/2009/01/fun-with-webservicesolr-part-ii-of-iii/comment-page-1/#comment-819</link>
		<dc:creator>Eric Lease Morgan</dc:creator>
		<pubDate>Tue, 13 Jan 2009 14:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://infomotions.com/blog/?p=129#comment-819</guid>
		<description>Thanks bunches! Now that I&#039;m getting the indexing process under control, my next step is to learn how to exploit the searching mechanism.</description>
		<content:encoded><![CDATA[<p>Thanks bunches! Now that I&#8217;m getting the indexing process under control, my next step is to learn how to exploit the searching mechanism.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Lease Morgan</title>
		<link>http://infomotions.com/blog/2009/01/fun-with-webservicesolr-part-ii-of-iii/comment-page-1/#comment-818</link>
		<dc:creator>Eric Lease Morgan</dc:creator>
		<pubDate>Tue, 13 Jan 2009 14:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://infomotions.com/blog/?p=129#comment-818</guid>
		<description>Thank you for taking a detailed look at the code.

Alas, no and yes regarding autocommit. No, my solrconfig.xml has not turned on autocommit. Yes, despite what the WebService::Solr pod says about the commit method, the underlying WebService::Solr code turns on autocommit by default. For better or for worse, WebService::Solr gives you autocommit for free.

I believe the best course of action here is to update the WebService::Solr pod to reflect what the code actually does.</description>
		<content:encoded><![CDATA[<p>Thank you for taking a detailed look at the code.</p>
<p>Alas, no and yes regarding autocommit. No, my solrconfig.xml has not turned on autocommit. Yes, despite what the WebService::Solr pod says about the commit method, the underlying WebService::Solr code turns on autocommit by default. For better or for worse, WebService::Solr gives you autocommit for free.</p>
<p>I believe the best course of action here is to update the WebService::Solr pod to reflect what the code actually does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Hatcher</title>
		<link>http://infomotions.com/blog/2009/01/fun-with-webservicesolr-part-ii-of-iii/comment-page-1/#comment-817</link>
		<dc:creator>Erik Hatcher</dc:creator>
		<pubDate>Tue, 13 Jan 2009 10:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://infomotions.com/blog/?p=129#comment-817</guid>
		<description>Regarding adding facet constraints to a new search when drilling down, rather than ANDing it together like you have as “library AND subject:’Computer Science’”, I recommend using Solr&#039;s fq (filter query) parameter.  Using fq, your example would look like this: &amp;q=library&amp;fq=subject:&quot;Computer Science&quot;</description>
		<content:encoded><![CDATA[<p>Regarding adding facet constraints to a new search when drilling down, rather than ANDing it together like you have as “library AND subject:’Computer Science’”, I recommend using Solr&#8217;s fq (filter query) parameter.  Using fq, your example would look like this: &amp;q=library&amp;fq=subject:&#8221;Computer Science&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Hatcher</title>
		<link>http://infomotions.com/blog/2009/01/fun-with-webservicesolr-part-ii-of-iii/comment-page-1/#comment-816</link>
		<dc:creator>Erik Hatcher</dc:creator>
		<pubDate>Tue, 13 Jan 2009 10:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://infomotions.com/blog/?p=129#comment-816</guid>
		<description>Commit doesn&#039;t come for free.  It seems you have autocommit enabled in solrconfig.xml - though it usually more advisable to control this from the indexing client and disable Solr-side autocommit.</description>
		<content:encoded><![CDATA[<p>Commit doesn&#8217;t come for free.  It seems you have autocommit enabled in solrconfig.xml &#8211; though it usually more advisable to control this from the indexing client and disable Solr-side autocommit.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
