<?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="./index.html" rel="self" type="application/rss+xml" />
	<link>./../index.html</link>
	<description>Artist- and Librarian-At-Large</description>
	<lastBuildDate>
	Sat, 04 Jun 2016 18:04:58 +0000	</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.1.8</generator>
			<item>
				<title>
				By: Eric Lease Morgan				</title>
				<link>./../comment-page-1/index.html#comment-843</link>
		<dc:creator><![CDATA[Eric Lease Morgan]]></dc:creator>
		<pubDate>Fri, 23 Jan 2009 01:50:25 +0000</pubDate>
		<guid isPermaLink="false">./../../../../index.html?p=129#comment-843</guid>
					<description><![CDATA[The source code to Parts I, II, and III are available at ./../../../../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="./../../../../wp-content/uploads/2009/01/fun-with-webservice-solr.tar.gz" rel="nofollow">./../../../../wp-content/uploads/2009/01/fun-with-webservice-solr.tar.gz</a></p>
]]></content:encoded>
						</item>
						<item>
				<title>
				By: Eric Lease Morgan				</title>
				<link>./../comment-page-1/index.html#comment-819</link>
		<dc:creator><![CDATA[Eric Lease Morgan]]></dc:creator>
		<pubDate>Tue, 13 Jan 2009 14:01:59 +0000</pubDate>
		<guid isPermaLink="false">./../../../../index.html?p=129#comment-819</guid>
					<description><![CDATA[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>./../comment-page-1/index.html#comment-818</link>
		<dc:creator><![CDATA[Eric Lease Morgan]]></dc:creator>
		<pubDate>Tue, 13 Jan 2009 14:01:04 +0000</pubDate>
		<guid isPermaLink="false">./../../../../index.html?p=129#comment-818</guid>
					<description><![CDATA[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>./../comment-page-1/index.html#comment-817</link>
		<dc:creator><![CDATA[Erik Hatcher]]></dc:creator>
		<pubDate>Tue, 13 Jan 2009 10:53:09 +0000</pubDate>
		<guid isPermaLink="false">./../../../../index.html?p=129#comment-817</guid>
					<description><![CDATA[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: &#038;q=library&#038;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>./../comment-page-1/index.html#comment-816</link>
		<dc:creator><![CDATA[Erik Hatcher]]></dc:creator>
		<pubDate>Tue, 13 Jan 2009 10:51:02 +0000</pubDate>
		<guid isPermaLink="false">./../../../../index.html?p=129#comment-816</guid>
					<description><![CDATA[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>
