<?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: Sphinx search engine and PHP (Part 1 – Installation and Indexing)</title>
	<atom:link href="http://www.sanisoft.com/blog/2010/01/11/sphinx-search-engine-and-php-installation-indexing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sanisoft.com/blog/2010/01/11/sphinx-search-engine-and-php-installation-indexing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sphinx-search-engine-and-php-installation-indexing</link>
	<description>sharing technology, ideas, insights!</description>
	<lastBuildDate>Thu, 02 Feb 2012 08:48:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Abbas Ali</title>
		<link>http://www.sanisoft.com/blog/2010/01/11/sphinx-search-engine-and-php-installation-indexing/comment-page-1/#comment-6175</link>
		<dc:creator>Abbas Ali</dc:creator>
		<pubDate>Thu, 24 Nov 2011 09:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/?p=351#comment-6175</guid>
		<description>@Jason SQL datasource has been discussed here - http://www.sanisoft.com/blog/2010/08/23/sql-data-source-in-sphinx/. The reason XML datasource is mentioned here because Sphinx supports it :).</description>
		<content:encoded><![CDATA[<p>@Jason SQL datasource has been discussed here &#8211; <a href="http://www.sanisoft.com/blog/2010/08/23/sql-data-source-in-sphinx/" rel="nofollow">http://www.sanisoft.com/blog/2010/08/23/sql-data-source-in-sphinx/</a>. The reason XML datasource is mentioned here because Sphinx supports it <img src='http://www.sanisoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.sanisoft.com/blog/2010/01/11/sphinx-search-engine-and-php-installation-indexing/comment-page-1/#comment-6174</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 24 Nov 2011 09:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/?p=351#comment-6174</guid>
		<description>Why on earth would you write a whole XML script for your data when Sphinx can index data from MySQL directly?!

Madness...</description>
		<content:encoded><![CDATA[<p>Why on earth would you write a whole XML script for your data when Sphinx can index data from MySQL directly?!</p>
<p>Madness&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juraj Krivda</title>
		<link>http://www.sanisoft.com/blog/2010/01/11/sphinx-search-engine-and-php-installation-indexing/comment-page-1/#comment-5866</link>
		<dc:creator>Juraj Krivda</dc:creator>
		<pubDate>Wed, 18 May 2011 08:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/?p=351#comment-5866</guid>
		<description>You have to add Namespace to root element:

</description>
		<content:encoded><![CDATA[<p>You have to add Namespace to root element:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geo-distance search in Sphinx at SANIsoft &#8211; PHP for E Biz</title>
		<link>http://www.sanisoft.com/blog/2010/01/11/sphinx-search-engine-and-php-installation-indexing/comment-page-1/#comment-5843</link>
		<dc:creator>Geo-distance search in Sphinx at SANIsoft &#8211; PHP for E Biz</dc:creator>
		<pubDate>Mon, 02 May 2011 11:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/?p=351#comment-5843</guid>
		<description>[...] Sphinx makes it very easy to perform geo-distance based searches in such cases. All you need is the latitude and longitude attributes in your Sphinx index. We have already seen how to create Sphinx indexes. [...]</description>
		<content:encoded><![CDATA[<p>[...] Sphinx makes it very easy to perform geo-distance based searches in such cases. All you need is the latitude and longitude attributes in your Sphinx index. We have already seen how to create Sphinx indexes. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abbas Ali</title>
		<link>http://www.sanisoft.com/blog/2010/01/11/sphinx-search-engine-and-php-installation-indexing/comment-page-1/#comment-5779</link>
		<dc:creator>Abbas Ali</dc:creator>
		<pubDate>Mon, 14 Mar 2011 06:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/?p=351#comment-5779</guid>
		<description>@Dian, can you rephrase your question? Didn&#039;t understand what you are asking.</description>
		<content:encoded><![CDATA[<p>@Dian, can you rephrase your question? Didn&#8217;t understand what you are asking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dian</title>
		<link>http://www.sanisoft.com/blog/2010/01/11/sphinx-search-engine-and-php-installation-indexing/comment-page-1/#comment-5776</link>
		<dc:creator>Dian</dc:creator>
		<pubDate>Sat, 12 Mar 2011 01:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/?p=351#comment-5776</guid>
		<description>How access/retrieve file hash that have been indexing with Sphinx?</description>
		<content:encoded><![CDATA[<p>How access/retrieve file hash that have been indexing with Sphinx?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Extended query syntax in Sphinx search engine at SANIsoft &#8211; PHP for E Biz</title>
		<link>http://www.sanisoft.com/blog/2010/01/11/sphinx-search-engine-and-php-installation-indexing/comment-page-1/#comment-5769</link>
		<dc:creator>Extended query syntax in Sphinx search engine at SANIsoft &#8211; PHP for E Biz</dc:creator>
		<pubDate>Mon, 07 Mar 2011 04:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/?p=351#comment-5769</guid>
		<description>[...] Sphinx search engine  TweetWe have been discussing sphinx for the past several months and have seen how to install it, how to perform a full-text search and how to update the [...]</description>
		<content:encoded><![CDATA[<p>[...] Sphinx search engine  TweetWe have been discussing sphinx for the past several months and have seen how to install it, how to perform a full-text search and how to update the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abbas Ali</title>
		<link>http://www.sanisoft.com/blog/2010/01/11/sphinx-search-engine-and-php-installation-indexing/comment-page-1/#comment-4184</link>
		<dc:creator>Abbas Ali</dc:creator>
		<pubDate>Wed, 22 Sep 2010 04:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/?p=351#comment-4184</guid>
		<description>@Chris: For the above example, you should replace the contents of conf file with what I have shown above.

When using xmlpipe2 datasource - db connection is established in the php script which streams the xml so no question of defining the db connection in conf file.

Yes multiple config files can reside in projects folders and you need to use &quot;-c&quot; option while indexing (and starting searchd) to specify which config file to use.</description>
		<content:encoded><![CDATA[<p>@Chris: For the above example, you should replace the contents of conf file with what I have shown above.</p>
<p>When using xmlpipe2 datasource &#8211; db connection is established in the php script which streams the xml so no question of defining the db connection in conf file.</p>
<p>Yes multiple config files can reside in projects folders and you need to use &#8220;-c&#8221; option while indexing (and starting searchd) to specify which config file to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Rymer</title>
		<link>http://www.sanisoft.com/blog/2010/01/11/sphinx-search-engine-and-php-installation-indexing/comment-page-1/#comment-4178</link>
		<dc:creator>Chris Rymer</dc:creator>
		<pubDate>Tue, 21 Sep 2010 16:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/?p=351#comment-4178</guid>
		<description>Hi, Enjoying the tutorial, still trying to get my head around what exactly is going on with your conf file.

I started out with the Sphinx test and created the quick start demo but your instruction to create a conf in the same dir is a little confusing. Or maybe it is just not explicit enough for me, being a new kid on the block.

The conf resides in /usr/local/sphinx/ by default and has all options commented out, are you saying to add your config content to the file or replace the content with yours?

If so how does it know the DB connection etc, don&#039;t tell me I think I know, From the PHP file.

Can have multiple config files residing in projects folders?</description>
		<content:encoded><![CDATA[<p>Hi, Enjoying the tutorial, still trying to get my head around what exactly is going on with your conf file.</p>
<p>I started out with the Sphinx test and created the quick start demo but your instruction to create a conf in the same dir is a little confusing. Or maybe it is just not explicit enough for me, being a new kid on the block.</p>
<p>The conf resides in /usr/local/sphinx/ by default and has all options commented out, are you saying to add your config content to the file or replace the content with yours?</p>
<p>If so how does it know the DB connection etc, don&#8217;t tell me I think I know, From the PHP file.</p>
<p>Can have multiple config files residing in projects folders?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL data source in Sphinx at SANIsoft &#8211; PHP for E Biz</title>
		<link>http://www.sanisoft.com/blog/2010/01/11/sphinx-search-engine-and-php-installation-indexing/comment-page-1/#comment-4046</link>
		<dc:creator>SQL data source in Sphinx at SANIsoft &#8211; PHP for E Biz</dc:creator>
		<pubDate>Mon, 23 Aug 2010 06:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/?p=351#comment-4046</guid>
		<description>[...] get started with sphinx please read my earlier posts on installation, indexing using xmlpipe data source and [...]</description>
		<content:encoded><![CDATA[<p>[...] get started with sphinx please read my earlier posts on installation, indexing using xmlpipe data source and [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

