<?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: kosearch – Zend Lucene Search module for Kohana framework</title>
	<atom:link href="http://www.badlydrawntoy.com/2009/11/23/kosearch-zend-lucene-search-module-for-kohana-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.badlydrawntoy.com/2009/11/23/kosearch-zend-lucene-search-module-for-kohana-framework/</link>
	<description>thoughts on web development and design</description>
	<lastBuildDate>Thu, 26 May 2011 13:12:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: badlyDrawnToy</title>
		<link>http://www.badlydrawntoy.com/2009/11/23/kosearch-zend-lucene-search-module-for-kohana-framework/comment-page-1/#comment-279</link>
		<dc:creator>badlyDrawnToy</dc:creator>
		<pubDate>Thu, 02 Dec 2010 17:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.badlydrawntoy.com/?p=321#comment-279</guid>
		<description>Hi. I&#039;ve not had a chance to upgrade to v3, but I did recently notice that someone has re-implemented it. Shame they never bothered to let me know.

Take a look here: https://github.com/evopix/kohana-search</description>
		<content:encoded><![CDATA[<p>Hi. I&#8217;ve not had a chance to upgrade to v3, but I did recently notice that someone has re-implemented it. Shame they never bothered to let me know.</p>
<p>Take a look here: <a href="https://github.com/evopix/kohana-search" rel="nofollow">https://github.com/evopix/kohana-search</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kajib</title>
		<link>http://www.badlydrawntoy.com/2009/11/23/kosearch-zend-lucene-search-module-for-kohana-framework/comment-page-1/#comment-278</link>
		<dc:creator>kajib</dc:creator>
		<pubDate>Thu, 02 Dec 2010 16:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.badlydrawntoy.com/?p=321#comment-278</guid>
		<description>Hey, i am really need your help ! I want to know how to integrate kosearch with the latest version of kohana its rather different with your previous tuts</description>
		<content:encoded><![CDATA[<p>Hey, i am really need your help ! I want to know how to integrate kosearch with the latest version of kohana its rather different with your previous tuts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JayGreentree</title>
		<link>http://www.badlydrawntoy.com/2009/11/23/kosearch-zend-lucene-search-module-for-kohana-framework/comment-page-1/#comment-276</link>
		<dc:creator>JayGreentree</dc:creator>
		<pubDate>Wed, 01 Dec 2010 04:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.badlydrawntoy.com/?p=321#comment-276</guid>
		<description>thanks for your Kohana Search project but I seem to be having issues getting it to work I&#039;ve followed all the directions but keep getting errors about the Zend files not existing even though they are uploaded as you had mentioned.</description>
		<content:encoded><![CDATA[<p>thanks for your Kohana Search project but I seem to be having issues getting it to work I&#8217;ve followed all the directions but keep getting errors about the Zend files not existing even though they are uploaded as you had mentioned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: badlyDrawnToy</title>
		<link>http://www.badlydrawntoy.com/2009/11/23/kosearch-zend-lucene-search-module-for-kohana-framework/comment-page-1/#comment-274</link>
		<dc:creator>badlyDrawnToy</dc:creator>
		<pubDate>Wed, 13 Oct 2010 08:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.badlydrawntoy.com/?p=321#comment-274</guid>
		<description>Hi Anthony. glad you find the library useful. To be honest, I&#039;ve not much Kohana dev for a while= and I&#039;ve not looked into pagination. However, I&#039;ve just completed a large Zend project and we used Lucene extensively. Zend PAgination comes with an adapter for Lucene.

I took a quick look at the Kohana pagination library. Shouldn&#039;t be too difficult to extend for Lucene, or even easier to write your own Pagination class. The key difference is that whereas SQL queries use LIMIT and OFFSET, with Lucene, you always return the full number of hits</description>
		<content:encoded><![CDATA[<p>Hi Anthony. glad you find the library useful. To be honest, I&#8217;ve not much Kohana dev for a while= and I&#8217;ve not looked into pagination. However, I&#8217;ve just completed a large Zend project and we used Lucene extensively. Zend PAgination comes with an adapter for Lucene.</p>
<p>I took a quick look at the Kohana pagination library. Shouldn&#8217;t be too difficult to extend for Lucene, or even easier to write your own Pagination class. The key difference is that whereas SQL queries use LIMIT and OFFSET, with Lucene, you always return the full number of hits</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anthony</title>
		<link>http://www.badlydrawntoy.com/2009/11/23/kosearch-zend-lucene-search-module-for-kohana-framework/comment-page-1/#comment-273</link>
		<dc:creator>anthony</dc:creator>
		<pubDate>Tue, 12 Oct 2010 20:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.badlydrawntoy.com/?p=321#comment-273</guid>
		<description>Hi, Thanks for putting this together. I have it working perfectly, but I&#039;m wondering if you have tried paginating the results with Kohana&#039;s pagination library or perhaps something else? If so, do you have an example? 

Thanks again!</description>
		<content:encoded><![CDATA[<p>Hi, Thanks for putting this together. I have it working perfectly, but I&#8217;m wondering if you have tried paginating the results with Kohana&#8217;s pagination library or perhaps something else? If so, do you have an example? </p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: badlyDrawnToy</title>
		<link>http://www.badlydrawntoy.com/2009/11/23/kosearch-zend-lucene-search-module-for-kohana-framework/comment-page-1/#comment-266</link>
		<dc:creator>badlyDrawnToy</dc:creator>
		<pubDate>Wed, 18 Aug 2010 15:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.badlydrawntoy.com/?p=321#comment-266</guid>
		<description>kosearch is made from chalk and cache is from cheese

um.. kosearch is a search index. Nothing to do with caching</description>
		<content:encoded><![CDATA[<p>kosearch is made from chalk and cache is from cheese</p>
<p>um.. kosearch is a search index. Nothing to do with caching</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: t0th</title>
		<link>http://www.badlydrawntoy.com/2009/11/23/kosearch-zend-lucene-search-module-for-kohana-framework/comment-page-1/#comment-265</link>
		<dc:creator>t0th</dc:creator>
		<pubDate>Thu, 12 Aug 2010 20:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.badlydrawntoy.com/?p=321#comment-265</guid>
		<description>Hi,

what is the diferente between kosearch and cache?

thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>what is the diferente between kosearch and cache?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

