<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 24 May 2012 21:12:21 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Dave Dash's Blog: Boosting terms in Zend Search Lucene]]></title>
      <guid>http://www.phpdeveloper.org/news/7935</guid>
      <link>http://www.phpdeveloper.org/news/7935</link>
      <description><![CDATA[<p>
On the SpinDrop blog today, <i>Dave Dash</i> continues his look at the Lucene search engine for the Zend Framework with <a href="http://spindrop.us/2007/05/29/boosting-terms-in-zend-search-lucene/">this new post</a> showing how to boost certain terms' relevance in the search results.
</p>
<blockquote>
<a href="http://framework.zend.com/manual/en/zend.search.html">Lucene</a> supports boosting or weighting terms. For example, if I search for members of a web site, and I type in Dash, I want people with the name Dash to take precedence over somebody who has a hobby of running the 50-yard Dash.
</blockquote>
<p>
He <a href="http://spindrop.us/2007/05/29/boosting-terms-in-zend-search-lucene/">shows how</a> to, with the help of a few simple lines of PHP code added to your application, you can easily boost terms based on field by whatever multiplier you choose.
</p>]]></description>
      <pubDate>Wed, 30 May 2007 08:49:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Dave Dash's Blog: Finding things using Zend Search Lucene in symfony]]></title>
      <guid>http://www.phpdeveloper.org/news/7915</guid>
      <link>http://www.phpdeveloper.org/news/7915</link>
      <description><![CDATA[<p>
On the Spindrop Blog today, there's <a href="http://spindrop.us/2007/05/23/finding-things-using-zend-search-lucene-in-symfony/">the series wrapup</a> for their look at using the Zend Search Lucene functionality inside of a Symfony application.
</p>
<blockquote>
This is part of an <a href="http://spindrop.us/tag/zsl">on going series</a> about the Zend Search Lucene libraries and symfony. We'll pretty everything up when we're done. We now know how to <a href="http://spindrop.us/2007/04/24/creating-updating-deleting-documents-in-a-lucene-index-with-symfony/">manipulate the index via our model classes</a>. But let's actually do something useful with our search engine...let's search!
</blockquote>
<p>
This <a href="http://spindrop.us/2007/05/23/finding-things-using-zend-search-lucene-in-symfony/">quick post</a> shows how to initialize the object and run the find() on the data and fetch out the results. They even work the script so that, if the index for the search isn't there, it generates it on the fly, then makes the search.
</p>]]></description>
      <pubDate>Thu, 24 May 2007 11:12:00 -0500</pubDate>
    </item>
  </channel>
</rss>

