How to find similar/related text with Zend Lucene?
Posted
by Arty
on Stack Overflow
See other posts from Stack Overflow
or by Arty
Published on 2010-04-27T02:33:17Z
Indexed on
2010/04/28
1:03 UTC
Read the original article
Hit count: 369
Say I need to make searching for related titles just like stackoverflow does before you add your question or digg.com before submitting news.
I didn't find a way how to do this with Zend Lucene. There are setSlop method for queries, but as I understand, it doesn't help.
Is there any way to do this kind of searches?
© Stack Overflow or respective owner