<?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: A word on Lucene&#8217;s PHP port by Zend</title>
	<atom:link href="http://codefury.net/2008/06/a-word-on-lucenes-php-port-by-zend/feed/" rel="self" type="application/rss+xml" />
	<link>http://codefury.net/2008/06/a-word-on-lucenes-php-port-by-zend/</link>
	<description>One programmer's formatted output stream</description>
	<lastBuildDate>Wed, 23 Jun 2010 18:11:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kenny Katzgrau</title>
		<link>http://codefury.net/2008/06/a-word-on-lucenes-php-port-by-zend/comment-page-1/#comment-3</link>
		<dc:creator>Kenny Katzgrau</dc:creator>
		<pubDate>Fri, 06 Jun 2008 01:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://katzgrau.simplesample.org/?p=9#comment-3</guid>
		<description>Alexander,

Thank you for pointing out the implication I made in my post! It is true that the default analyzer in Apache Lucene is not the Standard Analyzer (Off the top of my head, I think it is actually the Whitespace analyzer).

I am definitely looking forward to contributing the Standard Analyzer (see the next post) and an article to the Zend Developer Zone.

Thanks again,
Kenny Katzgrau</description>
		<content:encoded><![CDATA[<p>Alexander,</p>
<p>Thank you for pointing out the implication I made in my post! It is true that the default analyzer in Apache Lucene is not the Standard Analyzer (Off the top of my head, I think it is actually the Whitespace analyzer).</p>
<p>I am definitely looking forward to contributing the Standard Analyzer (see the next post) and an article to the Zend Developer Zone.</p>
<p>Thanks again,<br />
Kenny Katzgrau</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Veremyev</title>
		<link>http://codefury.net/2008/06/a-word-on-lucenes-php-port-by-zend/comment-page-1/#comment-2</link>
		<dc:creator>Alexander Veremyev</dc:creator>
		<pubDate>Thu, 05 Jun 2008 13:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://katzgrau.simplesample.org/?p=9#comment-2</guid>
		<description>First of all, thank you for the article about PHP Lucene implementation!

Just to inform:
Apache Lucene stemming filter is not used by default and should be turned on manually, but it may give undefined behaviour for wildcard and fuzzy search queries.

Zend_Search_Lucene also uses analyzers paradigm and custom stemming analyzer may be implemented, but it&#039;s not currently included into Zend_Search_Lucene package. You are welcome to contribute to it! :)</description>
		<content:encoded><![CDATA[<p>First of all, thank you for the article about PHP Lucene implementation!</p>
<p>Just to inform:<br />
Apache Lucene stemming filter is not used by default and should be turned on manually, but it may give undefined behaviour for wildcard and fuzzy search queries.</p>
<p>Zend_Search_Lucene also uses analyzers paradigm and custom stemming analyzer may be implemented, but it&#8217;s not currently included into Zend_Search_Lucene package. You are welcome to contribute to it! <img src='http://codefury.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
