Posted by sodani on September 19, 2007 at 9:29pm
Lucene and Nutch may sound good if you're familiar with Java, but what if you're not? Since drupal is written in php, are there any php crawlers that drupal might integrate well with? I've tried phpdig but found it to be slow and not well supported.
I've also found rdig, a ruby module but it doesn't seem to have much documentation or support. I'd love to hear other people's opinions on this.
Comments
Not PHP, but...
http://pylucene.osafoundation.org/
might be useful (I haven't used it myself).
--
Cheers
Anton
--
Cheers
Anton
Zend Framework
I keep meaning to look at trying to integrate the zend framework in order to leverage the php lucene search functionality.
A quick Google search led me to this slightly outdated article:
http://devzone.zend.com/node/view/id/91
The article is outdated but the good news is the zend framework appears to be past version 1.0.
Anyone take a look at this yet?