<?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"
	>
<channel>
	<title>Comments on: Making acts_as_solr Act As Deployable</title>
	<atom:link href="http://jasonrudolph.com/blog/2007/11/26/making-acts_as_solr-act-as-deployable/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasonrudolph.com/blog/2007/11/26/making-acts_as_solr-act-as-deployable/</link>
	<description>puts Blog.new("nonsense")</description>
	<pubDate>Thu, 04 Dec 2008 18:21:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Jason Rudolph</title>
		<link>http://jasonrudolph.com/blog/2007/11/26/making-acts_as_solr-act-as-deployable/#comment-12542</link>
		<dc:creator>Jason Rudolph</dc:creator>
		<pubDate>Tue, 27 Nov 2007 11:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://jasonrudolph.com/blog/2007/11/26/making-acts_as_solr-act-as-deployable/#comment-12542</guid>
		<description>&lt;p&gt;Thanks, Hoss.&lt;br /&gt; &lt;br /&gt; My apologies.  I should have been more clear in my original statement.  I wanted to make sure that people didn&#39;t make the same mistake I made at first: attempting to allow multiple Solr instances to &lt;em&gt;write&lt;/em&gt; to a single set of indexes.  Ouch!  (Many thanks to Erik Hatcher for quickly showing me the error of my ways with regards to that admittedly naive setup.)  I&#39;ve updated the post to warn against this potential mistake while still informing people about the availability of a proper distributed setup, in case they should have a need for running multiple Solr instances.&lt;br /&gt; &lt;br /&gt; Thanks again,&lt;br /&gt; Jason&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, Hoss.<br /> <br /> My apologies.  I should have been more clear in my original statement.  I wanted to make sure that people didn&#39;t make the same mistake I made at first: attempting to allow multiple Solr instances to <em>write</em> to a single set of indexes.  Ouch!  (Many thanks to Erik Hatcher for quickly showing me the error of my ways with regards to that admittedly naive setup.)  I&#39;ve updated the post to warn against this potential mistake while still informing people about the availability of a proper distributed setup, in case they should have a need for running multiple Solr instances.<br /> <br /> Thanks again,<br /> Jason</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Hoss</title>
		<link>http://jasonrudolph.com/blog/2007/11/26/making-acts_as_solr-act-as-deployable/#comment-12518</link>
		<dc:creator>Hoss</dc:creator>
		<pubDate>Tue, 27 Nov 2007 05:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://jasonrudolph.com/blog/2007/11/26/making-acts_as_solr-act-as-deployable/#comment-12518</guid>
		<description>&lt;p&gt;I know very little about ruby, and less about rails -- but most of the advice here about not running Solr on multiple machines is very misleading.&lt;/p&gt;

&lt;p&gt;It is very feasible to run multiple Solr instances that you query against  and have them all "slave" off of a single Solr "master" (just as you might set up Database replication with MySql etc...)&lt;/p&gt;

&lt;p&gt;The user doesn't have to "manage multiple sets of Solr indexes and try to make sure they all have the same data" -- Solr (and a few simple crontab entries) can/will take care of all of that if you want it to...&lt;/p&gt;

&lt;p&gt;http://wiki.apache.org/solr/CollectionDistribution&lt;/p&gt;

&lt;p&gt;(BTW, on an unrelated note: the dataDir option in the solrconfig.xml file allows you to pick any arbitrary path for storing the index)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I know very little about ruby, and less about rails &#8212; but most of the advice here about not running Solr on multiple machines is very misleading.</p>

<p>It is very feasible to run multiple Solr instances that you query against  and have them all &#8220;slave&#8221; off of a single Solr &#8220;master&#8221; (just as you might set up Database replication with MySql etc&#8230;)</p>

<p>The user doesn&#8217;t have to &#8220;manage multiple sets of Solr indexes and try to make sure they all have the same data&#8221; &#8212; Solr (and a few simple crontab entries) can/will take care of all of that if you want it to&#8230;</p>

<p><a href="http://wiki.apache.org/solr/CollectionDistribution" rel="nofollow">http://wiki.apache.org/solr/CollectionDistribution</a></p>

<p>(BTW, on an unrelated note: the dataDir option in the solrconfig.xml file allows you to pick any arbitrary path for storing the index)</p>]]></content:encoded>
	</item>
</channel>
</rss>
