HOME  |  ABOUT US  |  PRODUCTS  | DOWNLOAD  |  HOSTING COUPON  |  TEMPLATE  |  REGISTER | FORUM  | CONTACT
::: Member Login :::
 Username
 Password
 
Forgot your password ?
::: PHP Turtotal :::
  Basics & Beginner (3)
  Date & Time (1)
  Sessions & Cookies (1)
  Counters & Logging (2)
  Databases (0)
  Email & Mailing Lists (0)
  Membership Systems (0)
  User Authentication (0)
  Security (1)
::: PHP Example :::
  Arrays (1)
  Code Highlighters (3)
  Database Functions (2)
  Date & Time (5)
  E-Mail (3)
  Forms (5)
  Guestbooks (1)
  Logging (1)
  Miscellaneous (2)
  Password Generators (3)
  Randomizers (3)
  String Manipulation (4)
  User Authentication (2)
::: Download Center :::
  PHP Version
  Free Ebook
  Online Project
::: Search On T4VN :::
::: T4VN Statistics :::
  PHP Scripts : 23
  PHP Example : 35
  PHP Tutorials : 8
  PHP News : 8
  Total Coupon : 22
  Other Tutorials :
  Member : 34
  Visits : 16397
  Member Online : 11
Home Today :
PHP NEWS

Zend: Roll Your Own Search Engine with Zend_Search_Lucene

Author : http://www.phpdeveloper.org   [2006-04-06 23:09:22]
Full Article: http://www.phpdeveloper.org/news/5075

With the Zend Framework making such a splash in the PHP community, people can't seem to get enough tutorials and information surrounding it. So, in an effort to feed that need, Zend has published this new tutorial covering the Zend_Search_Lucene package.
One of the features that sets the Zend Framework apart from the others is the inclusion of a decent search module. Zend_Search_Lucene is a php port of the Apache Lucene project, a full-text search engine framework. Zend_Search_Lucene promises a simple way to add search functionality to an application without requiring additional php extensions or even a database.

Zend_Search_Lucene overcomes the usual limitations of relational databases with features such as fast indexing, ranked result sets, a powerful but simple query syntax, and the ability to index multiple fields. Better still, a Zend_Search_Lucene index can live happily alongside your relational database to provide fast searching but without duplicating the effort of storing all of your data twice. In this tutorial, I'll show you how to use Zend_Search_Lucene to index and search some RSS feeds.


Mostly due to the simplicity of Zend's Framework setup, the tutorial isn't too long. It looks at the creation of the index (with a sample of fetching RSS feeds) and how to use this index to search their contents. There's even an outline of what kind of data can be associated with what kinds of fields.



Others News

DevShed: Building a PHP5 Form Processor - Coding the Form Validator Module
Stuart Herbert's Blog: PHP 5 Stabilisation Re-visited
Jim Plush's Blog: AJAX, PHP and Javascript Errors - How to get more data
Site News: A (Lengthly) Look Back at PHP in 2005
Andi Gutmans' Blog: Fluent Interfaces



::: PHP Scripts :::
Auctions (1)
Banner Exchange (1)
Calendars (1)
Chat Related (0)
Classified Ads (6)
Content Manage (1)
Counters & Trackers (0)
Customer Support (1)
Games (2)
E-Commerce (2)
Email Related (0)
Knowledgebase (0)
Forum / Boards (2)
Guestbooks (2)
Image Galleries (1)
Miscellaneous (0)
Music Libraries (2)
News Publishing (1)
Polls and Voting (0)
User Authentication (0)
::: Other Tutorials :::

  Powered By T4VN.NET - Version 2.0 - CopyRight @ T4VN.NET 2005-2006