<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Searching a Ruby on Rails application with Sphinx and Ultrasphinx</title>
	<atom:link href="http://blog.mhartl.com/2008/07/17/searching-a-ruby-on-rails-application-with-sphinx-and-ultrasphinx/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mhartl.com/2008/07/17/searching-a-ruby-on-rails-application-with-sphinx-and-ultrasphinx/</link>
	<description>Michael Hartl&#039;s tech blog</description>
	<lastBuildDate>Wed, 21 Dec 2011 11:47:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Filters for fridges</title>
		<link>http://blog.mhartl.com/2008/07/17/searching-a-ruby-on-rails-application-with-sphinx-and-ultrasphinx/#comment-495</link>
		<dc:creator><![CDATA[Filters for fridges]]></dc:creator>
		<pubDate>Sun, 06 Nov 2011 09:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=16#comment-495</guid>
		<description><![CDATA[That was a really good article, thanks for taking the time to put it together! I&#039;ve been using Sphinx in Rails for a while now and I haven&#039;t been more satisfied.]]></description>
		<content:encoded><![CDATA[<p>That was a really good article, thanks for taking the time to put it together! I&#8217;ve been using Sphinx in Rails for a while now and I haven&#8217;t been more satisfied.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rama McIntosh</title>
		<link>http://blog.mhartl.com/2008/07/17/searching-a-ruby-on-rails-application-with-sphinx-and-ultrasphinx/#comment-271</link>
		<dc:creator><![CDATA[Rama McIntosh]]></dc:creator>
		<pubDate>Mon, 05 Apr 2010 08:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=16#comment-271</guid>
		<description><![CDATA[It is easy to run development/test/production simultaneously.     Replace default.base with three .base configuration files (production.base, development.base, and test.base).    Then in each base configuration change the path and searchd port.     Now when you configure and start a server, it will generate different .conf files for each environment that can be run simultaneously.

The configurations are not as dry now....but you gotta develop and test on the same box!]]></description>
		<content:encoded><![CDATA[<p>It is easy to run development/test/production simultaneously.     Replace default.base with three .base configuration files (production.base, development.base, and test.base).    Then in each base configuration change the path and searchd port.     Now when you configure and start a server, it will generate different .conf files for each environment that can be run simultaneously.</p>
<p>The configurations are not as dry now&#8230;.but you gotta develop and test on the same box!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JR</title>
		<link>http://blog.mhartl.com/2008/07/17/searching-a-ruby-on-rails-application-with-sphinx-and-ultrasphinx/#comment-229</link>
		<dc:creator><![CDATA[JR]]></dc:creator>
		<pubDate>Fri, 16 Oct 2009 01:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=16#comment-229</guid>
		<description><![CDATA[i&#039;m having the same problem re: partials and i can&#039;t figure it out either. so far, my searches are only working with exact searches.]]></description>
		<content:encoded><![CDATA[<p>i&#8217;m having the same problem re: partials and i can&#8217;t figure it out either. so far, my searches are only working with exact searches.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hire developer</title>
		<link>http://blog.mhartl.com/2008/07/17/searching-a-ruby-on-rails-application-with-sphinx-and-ultrasphinx/#comment-226</link>
		<dc:creator><![CDATA[Hire developer]]></dc:creator>
		<pubDate>Mon, 21 Sep 2009 06:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=16#comment-226</guid>
		<description><![CDATA[I have tried to install sphinx many time but it didn&#039;t work but now i think i can install it from the help of your post thanks.]]></description>
		<content:encoded><![CDATA[<p>I have tried to install sphinx many time but it didn&#8217;t work but now i think i can install it from the help of your post thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pjammer</title>
		<link>http://blog.mhartl.com/2008/07/17/searching-a-ruby-on-rails-application-with-sphinx-and-ultrasphinx/#comment-222</link>
		<dc:creator><![CDATA[pjammer]]></dc:creator>
		<pubDate>Wed, 19 Aug 2009 21:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=16#comment-222</guid>
		<description><![CDATA[great post.  Quick question, but does anyone who uses ultrasphinx have problems with partial names not showing?  For instance, if i search for CORN, i&#039;ll get nothing, but if i search for CORNHUSKERS my results appear?

I want to be able for a user to just type corn and they get all available permutations of the word corn.

i tried setting   enable_star = 1 and   min_prefix_len = 4 in the default.base file. I then ran rake ultrasphinx:configure again. reloaded the index and restarted teh daemon, but i still don&#039;t get that functionality?

can anyone confirm that i am doing it wrong, i  hope so!  anyone have a solution?]]></description>
		<content:encoded><![CDATA[<p>great post.  Quick question, but does anyone who uses ultrasphinx have problems with partial names not showing?  For instance, if i search for CORN, i&#8217;ll get nothing, but if i search for CORNHUSKERS my results appear?</p>
<p>I want to be able for a user to just type corn and they get all available permutations of the word corn.</p>
<p>i tried setting   enable_star = 1 and   min_prefix_len = 4 in the default.base file. I then ran rake ultrasphinx:configure again. reloaded the index and restarted teh daemon, but i still don&#8217;t get that functionality?</p>
<p>can anyone confirm that i am doing it wrong, i  hope so!  anyone have a solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mindtonic &#187; Ultrasphinx MySql Location Error</title>
		<link>http://blog.mhartl.com/2008/07/17/searching-a-ruby-on-rails-application-with-sphinx-and-ultrasphinx/#comment-217</link>
		<dc:creator><![CDATA[Mindtonic &#187; Ultrasphinx MySql Location Error]]></dc:creator>
		<pubDate>Wed, 24 Jun 2009 18:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=16#comment-217</guid>
		<description><![CDATA[[...] I searched around and finally encountered this solution from Michael Hartl: [...]]]></description>
		<content:encoded><![CDATA[<p>[...] I searched around and finally encountered this solution from Michael Hartl: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-06-17 &#171; Amy G. Dala</title>
		<link>http://blog.mhartl.com/2008/07/17/searching-a-ruby-on-rails-application-with-sphinx-and-ultrasphinx/#comment-216</link>
		<dc:creator><![CDATA[links for 2009-06-17 &#171; Amy G. Dala]]></dc:creator>
		<pubDate>Wed, 17 Jun 2009 14:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=16#comment-216</guid>
		<description><![CDATA[[...] Searching a Ruby on Rails application with Sphinx and Ultrasphinx « blog.mhartl &#124; Michael Hartl’s... (tags: rails sphinx search reference) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Searching a Ruby on Rails application with Sphinx and Ultrasphinx « blog.mhartl | Michael Hartl’s&#8230; (tags: rails sphinx search reference) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vitaly</title>
		<link>http://blog.mhartl.com/2008/07/17/searching-a-ruby-on-rails-application-with-sphinx-and-ultrasphinx/#comment-171</link>
		<dc:creator><![CDATA[Vitaly]]></dc:creator>
		<pubDate>Fri, 09 Jan 2009 12:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=16#comment-171</guid>
		<description><![CDATA[Can you help me? I use ultrasphix too. And i don`t want use pagination for search results. But defoult value of per_page is 20. Has ultrasphinx additional parametr for show all results?]]></description>
		<content:encoded><![CDATA[<p>Can you help me? I use ultrasphix too. And i don`t want use pagination for search results. But defoult value of per_page is 20. Has ultrasphinx additional parametr for show all results?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Hartl</title>
		<link>http://blog.mhartl.com/2008/07/17/searching-a-ruby-on-rails-application-with-sphinx-and-ultrasphinx/#comment-164</link>
		<dc:creator><![CDATA[Michael Hartl]]></dc:creator>
		<pubDate>Tue, 25 Nov 2008 20:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=16#comment-164</guid>
		<description><![CDATA[At the time I wrote the post, Ultrasphinx was both active and practically the default choice for Sphinx in Rails.  The Rails world moves (absurdly) fast, though, and since then things have shifted in the direction of Thinking Sphinx.  We just haven&#039;t yet felt enough pain with our current solution to justify making a switch.]]></description>
		<content:encoded><![CDATA[<p>At the time I wrote the post, Ultrasphinx was both active and practically the default choice for Sphinx in Rails.  The Rails world moves (absurdly) fast, though, and since then things have shifted in the direction of Thinking Sphinx.  We just haven&#8217;t yet felt enough pain with our current solution to justify making a switch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikolay Kolev</title>
		<link>http://blog.mhartl.com/2008/07/17/searching-a-ruby-on-rails-application-with-sphinx-and-ultrasphinx/#comment-163</link>
		<dc:creator><![CDATA[Nikolay Kolev]]></dc:creator>
		<pubDate>Tue, 25 Nov 2008 17:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=16#comment-163</guid>
		<description><![CDATA[Evan&#039;s original code has piece like if ENV[&#039;USER&#039;] == &#039;eweaver&#039;... It also has some obvious bugs like having &#039;//&#039; in the index file paths instead of putting them let&#039;s say in a &#039;data&#039; subfolder. It doesn&#039;t seem to be an active project. GitHub forking is nice, but can you rely on a fork that&#039;s not widely adopted and tested?]]></description>
		<content:encoded><![CDATA[<p>Evan&#8217;s original code has piece like if ENV['USER'] == &#8216;eweaver&#8217;&#8230; It also has some obvious bugs like having &#8216;//&#8217; in the index file paths instead of putting them let&#8217;s say in a &#8216;data&#8217; subfolder. It doesn&#8217;t seem to be an active project. GitHub forking is nice, but can you rely on a fork that&#8217;s not widely adopted and tested?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

