Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Markus Wolff's Blog:
Fulltext search as a webservice
May 07, 2008 @ 17:57:47

In a recent blog entry about a fulltext searching solution, Markus Wolff hacked together in a few hours with Zend_Search_Lucene:

While working at some really old code that provided a fulltext search feature, I was at one point incredibly pissed rather unsatisfied due to the fact that said code resisted all attempts to debug it. This lead to the decision to sit down on a rainy weekend to try if I couldn't come up with something more useful, and most importantly, scalable.

His method allowed for separation between the indexing and the main app and how he changes some of his methods when he learned that Solr did something very similar. He also lays out some example XML content and how it's handled in his script (via a SimpleXML object).

tagged: fulltext search xml document zendsearchlucene zendframework solr

Link:


Trending Topics: