Re: How to change similarity measure...

2003-12-01 Thread Ype Kingma
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

How to change similarity measure...

2003-12-01 Thread Ralph
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