Similarity and Zend_Search_Lucene
Hi,
Does anyone know how to find similar documents based on a Zend_Search_Lucene document. I know there is a smilirity class but i'm having hard times to understand that one plus it seems to be only for calculating the similarity...
In apache lucene there is a class for doing this for example based on a lucene document id: org.apache.lucene.search.similar.MoreLikeThis can do this, which searches the relevant documents based on a other document or terms.
But maybe there is a solution in Zend_Search_Lucene for example by extending the class Zend_Search_Lucene_Search_Similarity...
Can please anyone help me ?
|