On Monday 01 December 2003 05:38, Ralph wrote:
> Hi,
>
> does somebody has an example of how to use another similarity class
> implementation for searching? Assuming I have implemented MySimilarity
>
> class MySimilarity implements Similarity{
>
> how do I have to plug it in to acutally use it
Hi,
does somebody has an example of how to use another similarity class
implementation for searching? Assuming I have implemented MySimilarity
class MySimilarity implements Similarity{
how do I have to plug it in to acutally use it for a search in a way that I
have to program as least as po