I'm using Zend_Search_Lucene for my search engine. Sadly it is missing an implementation of the MorelikeThis methods which can find similar documents in the index.
Has anybody come across a decent Zend port of this function?
I found a drupal module but have no idea if this can be used with Zend without some serious hacking.