
Originally Posted by
jbond
There's currently no MoreLikeThis functionality in lucene_search. I had a look at the source in the java version and it's really not that complicated. But reverse engineering it into Lucene is hitting one road block. I would need to get a list of all the terms in an existing indexed document. At the moment I can't find any functions in the zend version to help do this.
Any possibility of there being an official MoreLikeThis function?
Any ideas on how to get a list of terms for an indexed document?