<?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: How to use Zend_Search_Lucene with the PHP framework CodeIgniter</title>
	<atom:link href="http://www.cmjackson.net/2009/02/17/how-to-use-zend_search_lucene-with-the-php-framework-codeigniter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cmjackson.net/2009/02/17/how-to-use-zend_search_lucene-with-the-php-framework-codeigniter/</link>
	<description>Web Design, Programming, Tutorials</description>
	<lastBuildDate>Tue, 13 Dec 2011 14:46:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Chris Jackson</title>
		<link>http://www.cmjackson.net/2009/02/17/how-to-use-zend_search_lucene-with-the-php-framework-codeigniter/comment-page-1/#comment-7105</link>
		<dc:creator>Chris Jackson</dc:creator>
		<pubDate>Wed, 18 May 2011 12:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmjackson.net/?p=99#comment-7105</guid>
		<description>@Mackenzie
For me, there are two sides: Microsoft and Linux.  If I&#039;m working on a site in the Linux world, I prefer PHP.  If I&#039;m using Microsoft, I like using C# and ASP.NET MVC.  Codeigniter is a PHP built MVC framework that I also like using.  There are similar ideas between the two, but the libraries that come with each are different. Website documentation is pretty good for both though.</description>
		<content:encoded><![CDATA[<p>@Mackenzie<br />
For me, there are two sides: Microsoft and Linux.  If I&#8217;m working on a site in the Linux world, I prefer PHP.  If I&#8217;m using Microsoft, I like using C# and ASP.NET MVC.  Codeigniter is a PHP built MVC framework that I also like using.  There are similar ideas between the two, but the libraries that come with each are different. Website documentation is pretty good for both though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mackenzie Bongiovanni</title>
		<link>http://www.cmjackson.net/2009/02/17/how-to-use-zend_search_lucene-with-the-php-framework-codeigniter/comment-page-1/#comment-7104</link>
		<dc:creator>Mackenzie Bongiovanni</dc:creator>
		<pubDate>Wed, 18 May 2011 12:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmjackson.net/?p=99#comment-7104</guid>
		<description>Great info thanks! What language is close to php as far as functionality and ease of use?</description>
		<content:encoded><![CDATA[<p>Great info thanks! What language is close to php as far as functionality and ease of use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Jackson</title>
		<link>http://www.cmjackson.net/2009/02/17/how-to-use-zend_search_lucene-with-the-php-framework-codeigniter/comment-page-1/#comment-3492</link>
		<dc:creator>Chris Jackson</dc:creator>
		<pubDate>Mon, 03 Jan 2011 16:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmjackson.net/?p=99#comment-3492</guid>
		<description>@saad
You can pass your entire sentences into the indexer (either as separate fields or as one field; whichever makes more sense to you).  Lucene will break up the words and be able to search any word within the sentence.  So, you would want to index all fields in your database table that you want to be able to search.</description>
		<content:encoded><![CDATA[<p>@saad<br />
You can pass your entire sentences into the indexer (either as separate fields or as one field; whichever makes more sense to you).  Lucene will break up the words and be able to search any word within the sentence.  So, you would want to index all fields in your database table that you want to be able to search.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saad</title>
		<link>http://www.cmjackson.net/2009/02/17/how-to-use-zend_search_lucene-with-the-php-framework-codeigniter/comment-page-1/#comment-3200</link>
		<dc:creator>saad</dc:creator>
		<pubDate>Sat, 25 Dec 2010 04:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmjackson.net/?p=99#comment-3200</guid>
		<description>nice article. I have to try it asap. I have been looking into creating a small search engine (which can potentially grow larger), saw the elasticsearch built on lucene. But, first, I will work simpl-lucene. My site is built on CI. The thing I am interested in is, the sentences are untagged ( in my case and so there is no meta-data stored with the sentence), like you add some random words in twitter. How the indexing will work here in this case?
Any thoughts?</description>
		<content:encoded><![CDATA[<p>nice article. I have to try it asap. I have been looking into creating a small search engine (which can potentially grow larger), saw the elasticsearch built on lucene. But, first, I will work simpl-lucene. My site is built on CI. The thing I am interested in is, the sentences are untagged ( in my case and so there is no meta-data stored with the sentence), like you add some random words in twitter. How the indexing will work here in this case?<br />
Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Jackson</title>
		<link>http://www.cmjackson.net/2009/02/17/how-to-use-zend_search_lucene-with-the-php-framework-codeigniter/comment-page-1/#comment-2679</link>
		<dc:creator>Chris Jackson</dc:creator>
		<pubDate>Thu, 04 Nov 2010 18:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmjackson.net/?p=99#comment-2679</guid>
		<description>@Brian
Sorry, I have not messed with CodeIgniter, or PHP for that matter, in over a year now. I would search around and see what you can find on the subject.

I have been working with a pagination class in c# that should be similar to what you need to do in PHP.  

Basically, you need to create a class that stores a collection of objects.  You can set other properties on the class like Total_Items, Page_Index, Page_Size, etc to tell how many records there are in total and which page you&#039;re currently looking at.

Then, just use SQL to read in only the records you want to display and count the total number of records.</description>
		<content:encoded><![CDATA[<p>@Brian<br />
Sorry, I have not messed with CodeIgniter, or PHP for that matter, in over a year now. I would search around and see what you can find on the subject.</p>
<p>I have been working with a pagination class in c# that should be similar to what you need to do in PHP.  </p>
<p>Basically, you need to create a class that stores a collection of objects.  You can set other properties on the class like Total_Items, Page_Index, Page_Size, etc to tell how many records there are in total and which page you&#8217;re currently looking at.</p>
<p>Then, just use SQL to read in only the records you want to display and count the total number of records.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.cmjackson.net/2009/02/17/how-to-use-zend_search_lucene-with-the-php-framework-codeigniter/comment-page-1/#comment-2553</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 07 Oct 2010 04:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmjackson.net/?p=99#comment-2553</guid>
		<description>Thank you, this has really helped me out!

My next challenge is to paginate the results, ideally via the codeigniter Pagination class (as opposed to the Zend Pagination class).  Any suggestions?</description>
		<content:encoded><![CDATA[<p>Thank you, this has really helped me out!</p>
<p>My next challenge is to paginate the results, ideally via the codeigniter Pagination class (as opposed to the Zend Pagination class).  Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Axelline</title>
		<link>http://www.cmjackson.net/2009/02/17/how-to-use-zend_search_lucene-with-the-php-framework-codeigniter/comment-page-1/#comment-2276</link>
		<dc:creator>Axelline</dc:creator>
		<pubDate>Sun, 25 Jul 2010 08:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmjackson.net/?p=99#comment-2276</guid>
		<description>Thank you so much. So there&#039;s no worry about Lucene. I thought, Lucene can only make at Java. And then I should connecting Java and PHP with Javabridge, but I don&#039;t know how to implement it. Finally I found Zend, and it makes Lucene easy to use. How stupid I&#039;m...</description>
		<content:encoded><![CDATA[<p>Thank you so much. So there&#8217;s no worry about Lucene. I thought, Lucene can only make at Java. And then I should connecting Java and PHP with Javabridge, but I don&#8217;t know how to implement it. Finally I found Zend, and it makes Lucene easy to use. How stupid I&#8217;m&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Jackson</title>
		<link>http://www.cmjackson.net/2009/02/17/how-to-use-zend_search_lucene-with-the-php-framework-codeigniter/comment-page-1/#comment-2268</link>
		<dc:creator>Chris Jackson</dc:creator>
		<pubDate>Wed, 21 Jul 2010 19:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmjackson.net/?p=99#comment-2268</guid>
		<description>I&#039;m not sure what would slow down the page?  The indexer will run slow, but you don&#039;t have your users run the indexer.  Instead, setup a cronjob or something to schedule it to run.  Users should only run the code that queries the search index (such as under the Basic Search section).</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure what would slow down the page?  The indexer will run slow, but you don&#8217;t have your users run the indexer.  Instead, setup a cronjob or something to schedule it to run.  Users should only run the code that queries the search index (such as under the Basic Search section).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon matt</title>
		<link>http://www.cmjackson.net/2009/02/17/how-to-use-zend_search_lucene-with-the-php-framework-codeigniter/comment-page-1/#comment-2234</link>
		<dc:creator>jon matt</dc:creator>
		<pubDate>Fri, 09 Jul 2010 13:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmjackson.net/?p=99#comment-2234</guid>
		<description>i am using codeigniter framework in my site.
i have only 3 fields &quot;website&quot;, &quot;data&quot;,&quot;tags&quot; in mysql database


do you suggest to use this Zend_Search_Lucene search? i read that this will slow down the page. is there a better solution that you can suggest for me?</description>
		<content:encoded><![CDATA[<p>i am using codeigniter framework in my site.<br />
i have only 3 fields &#8220;website&#8221;, &#8220;data&#8221;,&#8221;tags&#8221; in mysql database</p>
<p>do you suggest to use this Zend_Search_Lucene search? i read that this will slow down the page. is there a better solution that you can suggest for me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Jackson</title>
		<link>http://www.cmjackson.net/2009/02/17/how-to-use-zend_search_lucene-with-the-php-framework-codeigniter/comment-page-1/#comment-2174</link>
		<dc:creator>Chris Jackson</dc:creator>
		<pubDate>Mon, 21 Jun 2010 23:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmjackson.net/?p=99#comment-2174</guid>
		<description>Sorry, I haven&#039;t used zend_ldap yet.  If I do find an opportunity to use it, I&#039;ll be sure to post something.  I&#039;m sure there are tons of tutorials that can be found on google.</description>
		<content:encoded><![CDATA[<p>Sorry, I haven&#8217;t used zend_ldap yet.  If I do find an opportunity to use it, I&#8217;ll be sure to post something.  I&#8217;m sure there are tons of tutorials that can be found on google.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

