<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[Content with Style - Comments on Fulltext searches with Xapian and PHP]]></title>
    <link>http://www.contentwithstyle.co.uk/feeds/rss/comments/266</link>
    <description><![CDATA[]]></description>
    <pubDate>Thu, 02 Sep 2010 14:57:34 -0400</pubDate>
    <generator>Zend_Feed</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Content with Style - Comment #1 on Fulltext searches with Xapian and PHP]]></title>
      <link>http://www.contentwithstyle.co.uk/content/searching-with-xapian-and-php/#comment-7471</link>
      <guid>http://www.contentwithstyle.co.uk/content/searching-with-xapian-and-php/#comment-7471</guid>
      <description><![CDATA[<p>Hi Pascal,</p>

<p>Just to say there are also bindings to C#, Ruby, Tcl and even Guile, and you don't need Cygwin for Windows - you can compile it with Visual C++ into a Windows DLL. We've produced some pre-compiled packages for Windows at <a href="http://www.flax.co.uk/xapian_windows.shtml">http://www.flax.co.uk/xapian_windows.shtml</a> </p>

<p>Cheers</p>
<p>Charlie</p>
]]></description>
      <content:encoded><![CDATA[<p>Hi Pascal,</p>

<p>Just to say there are also bindings to C#, Ruby, Tcl and even Guile, and you don't need Cygwin for Windows - you can compile it with Visual C++ into a Windows DLL. We've produced some pre-compiled packages for Windows at <a href="http://www.flax.co.uk/xapian_windows.shtml">http://www.flax.co.uk/xapian_windows.shtml</a> </p>

<p>Cheers</p>
<p>Charlie</p>
]]></content:encoded>
      <pubDate>Wed, 04 Nov 2009 17:36:53 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #2 on Fulltext searches with Xapian and PHP]]></title>
      <link>http://www.contentwithstyle.co.uk/content/searching-with-xapian-and-php/#comment-7472</link>
      <guid>http://www.contentwithstyle.co.uk/content/searching-with-xapian-and-php/#comment-7472</guid>
      <description><![CDATA[Did anyone benchmark any speed results comparing spinx for example?]]></description>
      <content:encoded><![CDATA[Did anyone benchmark any speed results comparing spinx for example?]]></content:encoded>
      <pubDate>Wed, 04 Nov 2009 21:03:30 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #3 on Fulltext searches with Xapian and PHP]]></title>
      <link>http://www.contentwithstyle.co.uk/content/searching-with-xapian-and-php/#comment-7473</link>
      <guid>http://www.contentwithstyle.co.uk/content/searching-with-xapian-and-php/#comment-7473</guid>
      <description><![CDATA[<p>
No real benchmarks from my side, I'm afraid. All I can say is that I found xapian very quick when searching, but much slower when building up the index itself.
</p>

<p>From what I gather sphinx is more about indexing an existing mysql table and indexes that very quick. The business requirements for my project however need date comparison and the indexing of aggregated data, rather than an existing table. Therefore I chose xapian, as it was more transparent and tweakable to me.</p>

<p>
I didn't find any good benchmarks either while doing my quick bit of research, apart from this
<a href="http://www.elctech.com/articles/xapian-vs-sphinx-in-rails">Rails based benchmark</a>.</p>

<p>Hope this helps.</p>]]></description>
      <content:encoded><![CDATA[<p>
No real benchmarks from my side, I'm afraid. All I can say is that I found xapian very quick when searching, but much slower when building up the index itself.
</p>

<p>From what I gather sphinx is more about indexing an existing mysql table and indexes that very quick. The business requirements for my project however need date comparison and the indexing of aggregated data, rather than an existing table. Therefore I chose xapian, as it was more transparent and tweakable to me.</p>

<p>
I didn't find any good benchmarks either while doing my quick bit of research, apart from this
<a href="http://www.elctech.com/articles/xapian-vs-sphinx-in-rails">Rails based benchmark</a>.</p>

<p>Hope this helps.</p>]]></content:encoded>
      <pubDate>Wed, 04 Nov 2009 21:34:13 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #4 on Fulltext searches with Xapian and PHP]]></title>
      <link>http://www.contentwithstyle.co.uk/content/searching-with-xapian-and-php/#comment-7524</link>
      <guid>http://www.contentwithstyle.co.uk/content/searching-with-xapian-and-php/#comment-7524</guid>
      <description><![CDATA[<p>Made a mistake btw. </p>

<code>
throw('message' . var_dump($e));
</code>

<p>Not a good idea, unless you want to write straight to the php output! Fixed in the copy and zipped example code.</p>]]></description>
      <content:encoded><![CDATA[<p>Made a mistake btw. </p>

<code>
throw('message' . var_dump($e));
</code>

<p>Not a good idea, unless you want to write straight to the php output! Fixed in the copy and zipped example code.</p>]]></content:encoded>
      <pubDate>Thu, 26 Nov 2009 10:13:24 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #5 on Fulltext searches with Xapian and PHP]]></title>
      <link>http://www.contentwithstyle.co.uk/content/searching-with-xapian-and-php/#comment-7528</link>
      <guid>http://www.contentwithstyle.co.uk/content/searching-with-xapian-and-php/#comment-7528</guid>
      <description><![CDATA[just curious, where or what is in xapian.php which is "require_once"d by XapianWrapper.php class?]]></description>
      <content:encoded><![CDATA[just curious, where or what is in xapian.php which is "require_once"d by XapianWrapper.php class?]]></content:encoded>
      <pubDate>Sun, 29 Nov 2009 16:06:44 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #6 on Fulltext searches with Xapian and PHP]]></title>
      <link>http://www.contentwithstyle.co.uk/content/searching-with-xapian-and-php/#comment-7530</link>
      <guid>http://www.contentwithstyle.co.uk/content/searching-with-xapian-and-php/#comment-7530</guid>
      <description><![CDATA[<p>It is the php bindings for xapian, which usually install in your php include path somewhere.</p>

<code>
sudo aptitude install xapian-core xapian-bindings
</code>

<p>On Ubuntu this is all you need to do, and the bindings will go into /usr/share/php5 I believe.</p>

]]></description>
      <content:encoded><![CDATA[<p>It is the php bindings for xapian, which usually install in your php include path somewhere.</p>

<code>
sudo aptitude install xapian-core xapian-bindings
</code>

<p>On Ubuntu this is all you need to do, and the bindings will go into /usr/share/php5 I believe.</p>

]]></content:encoded>
      <pubDate>Mon, 30 Nov 2009 06:14:52 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #7 on Fulltext searches with Xapian and PHP]]></title>
      <link>http://www.contentwithstyle.co.uk/content/searching-with-xapian-and-php/#comment-7542</link>
      <guid>http://www.contentwithstyle.co.uk/content/searching-with-xapian-and-php/#comment-7542</guid>
      <description><![CDATA[I have problem with xapian with php 5.3.

I have an error: 
Fatal error: Call to undefined function new_WritableDatabase() in C:\serwer\www\xapian1\xapian.php on line 1134

Any ideas??]]></description>
      <content:encoded><![CDATA[I have problem with xapian with php 5.3.

I have an error: 
Fatal error: Call to undefined function new_WritableDatabase() in C:\serwer\www\xapian1\xapian.php on line 1134

Any ideas??]]></content:encoded>
      <pubDate>Fri, 04 Dec 2009 11:37:02 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #8 on Fulltext searches with Xapian and PHP]]></title>
      <link>http://www.contentwithstyle.co.uk/content/searching-with-xapian-and-php/#comment-8062</link>
      <guid>http://www.contentwithstyle.co.uk/content/searching-with-xapian-and-php/#comment-8062</guid>
      <description><![CDATA[Hi I have installed xapian and it is working fine. But I wanted know whether is there anything like displaying the related results using this full text search.

Help is appreciated.]]></description>
      <content:encoded><![CDATA[Hi I have installed xapian and it is working fine. But I wanted know whether is there anything like displaying the related results using this full text search.

Help is appreciated.]]></content:encoded>
      <pubDate>Mon, 08 Mar 2010 13:24:14 -0500</pubDate>
    </item>
  </channel>
</rss>
