<?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 Full Text Search, What I have learned</title>
	<atom:link href="http://www.fliquidstudios.com/2009/11/30/sphinx-full-text-search-what-i-have-learned/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fliquidstudios.com/2009/11/30/sphinx-full-text-search-what-i-have-learned/</link>
	<description>Beautiful Web Applications</description>
	<lastBuildDate>Tue, 07 Sep 2010 07:27:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cbiggins</title>
		<link>http://www.fliquidstudios.com/2009/11/30/sphinx-full-text-search-what-i-have-learned/comment-page-1/#comment-24537</link>
		<dc:creator>cbiggins</dc:creator>
		<pubDate>Mon, 12 Apr 2010 03:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.fliquidstudios.com/2009/11/30/sphinx-full-text-search-what-i-have-learned/#comment-24537</guid>
		<description>That only returns snippets though. If you have a large document to be searched, it wont return the whole thing.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://au.php.net/manual/en/sphinxclient.buildexcerpts.php&quot; rel=&quot;nofollow&quot;&gt;http://au.php.net/manual/en/sphinxclient.builde...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>That only returns snippets though. If you have a large document to be searched, it wont return the whole thing.</p>
<p><a href="http://au.php.net/manual/en/sphinxclient.buildexcerpts.php" rel="nofollow"></a><a href="http://au.php.net/manual/en/sphinxclient.builde.." rel="nofollow">http://au.php.net/manual/en/sphinxclient.builde..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.fliquidstudios.com/2009/11/30/sphinx-full-text-search-what-i-have-learned/comment-page-1/#comment-24536</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 09 Apr 2010 16:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.fliquidstudios.com/2009/11/30/sphinx-full-text-search-what-i-have-learned/#comment-24536</guid>
		<description>hm... whatever... the function BuildExcerpts in the api solved the problem</description>
		<content:encoded><![CDATA[<p>hm&#8230; whatever&#8230; the function BuildExcerpts in the api solved the problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cbiggins</title>
		<link>http://www.fliquidstudios.com/2009/11/30/sphinx-full-text-search-what-i-have-learned/comment-page-1/#comment-24530</link>
		<dc:creator>cbiggins</dc:creator>
		<pubDate>Thu, 01 Apr 2010 05:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.fliquidstudios.com/2009/11/30/sphinx-full-text-search-what-i-have-learned/#comment-24530</guid>
		<description>Hi Peter,&lt;br&gt;The problem isn&#039;t that Sphinx does not have any search results, the problem is that Sphinx will not return the string values from the database, so a separate query is required to retrieve the results based on the search data. &lt;br&gt;&lt;br&gt;Does that make sense?</description>
		<content:encoded><![CDATA[<p>Hi Peter,<br />The problem isn&#39;t that Sphinx does not have any search results, the problem is that Sphinx will not return the string values from the database, so a separate query is required to retrieve the results based on the search data. </p>
<p>Does that make sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.fliquidstudios.com/2009/11/30/sphinx-full-text-search-what-i-have-learned/comment-page-1/#comment-24521</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 31 Mar 2010 18:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.fliquidstudios.com/2009/11/30/sphinx-full-text-search-what-i-have-learned/#comment-24521</guid>
		<description>You wrote&lt;br&gt;&quot;As Sphinx searches for matches and does not actually return the data it has found&quot;&lt;br&gt;did you find a way to get the position where sphinx found it? i think it&#039;s a problem because sphinx can use libstemmer to find similar words which can&#039;t be found with the exact sql search... so i can&#039;t present the results...</description>
		<content:encoded><![CDATA[<p>You wrote<br />&#8220;As Sphinx searches for matches and does not actually return the data it has found&#8221;<br />did you find a way to get the position where sphinx found it? i think it&#39;s a problem because sphinx can use libstemmer to find similar words which can&#39;t be found with the exact sql search&#8230; so i can&#39;t present the results&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.fliquidstudios.com/2009/11/30/sphinx-full-text-search-what-i-have-learned/comment-page-1/#comment-24520</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 31 Mar 2010 14:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.fliquidstudios.com/2009/11/30/sphinx-full-text-search-what-i-have-learned/#comment-24520</guid>
		<description>You wrote&lt;br&gt;&quot;As Sphinx searches for matches and does not actually return the data it has found&quot;&lt;br&gt;did you find a way to get the position where sphinx found it? i think it&#039;s a problem because sphinx can use libstemmer to find similar words which can&#039;t be found with the exact sql search... so i can&#039;t present the results...</description>
		<content:encoded><![CDATA[<p>You wrote<br />&#8220;As Sphinx searches for matches and does not actually return the data it has found&#8221;<br />did you find a way to get the position where sphinx found it? i think it&#39;s a problem because sphinx can use libstemmer to find similar words which can&#39;t be found with the exact sql search&#8230; so i can&#39;t present the results&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cbiggins</title>
		<link>http://www.fliquidstudios.com/2009/11/30/sphinx-full-text-search-what-i-have-learned/comment-page-1/#comment-24466</link>
		<dc:creator>cbiggins</dc:creator>
		<pubDate>Thu, 18 Mar 2010 23:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.fliquidstudios.com/2009/11/30/sphinx-full-text-search-what-i-have-learned/#comment-24466</guid>
		<description>Thanks for the comment Luis, let me know how you go with it.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment Luis, let me know how you go with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://www.fliquidstudios.com/2009/11/30/sphinx-full-text-search-what-i-have-learned/comment-page-1/#comment-24464</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Thu, 18 Mar 2010 13:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.fliquidstudios.com/2009/11/30/sphinx-full-text-search-what-i-have-learned/#comment-24464</guid>
		<description>Excellent. I was thinking about doing the same and I wasn&#039;t sure if It would be better. I have many mysql indexes and many filters.</description>
		<content:encoded><![CDATA[<p>Excellent. I was thinking about doing the same and I wasn&#39;t sure if It would be better. I have many mysql indexes and many filters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buy r4i</title>
		<link>http://www.fliquidstudios.com/2009/11/30/sphinx-full-text-search-what-i-have-learned/comment-page-1/#comment-24272</link>
		<dc:creator>buy r4i</dc:creator>
		<pubDate>Wed, 20 Jan 2010 17:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.fliquidstudios.com/2009/11/30/sphinx-full-text-search-what-i-have-learned/#comment-24272</guid>
		<description>Sphinx is a full-text search engine, distributed under GPL version 2. Commercial license is also available for embedded use. Generally, it&#039;s a standalone search engine, meant to provide fast, size-efficient and relevant fulltext search functions to other applications. Sphinx was specially designed to integrate well with SQL databases and scripting languages. Currently built-in data sources support fetching data either via direct connection to MySQL, or from an XML pipe. As for the name, Sphinx is an acronym which is officially decoded as SQL Phrase Index.</description>
		<content:encoded><![CDATA[<p>Sphinx is a full-text search engine, distributed under GPL version 2. Commercial license is also available for embedded use. Generally, it&#39;s a standalone search engine, meant to provide fast, size-efficient and relevant fulltext search functions to other applications. Sphinx was specially designed to integrate well with SQL databases and scripting languages. Currently built-in data sources support fetching data either via direct connection to MySQL, or from an XML pipe. As for the name, Sphinx is an acronym which is officially decoded as SQL Phrase Index.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
