Re: Looking for Similarity Subclass Examples

2005-11-30 Thread Erik Hatcher
On 29 Nov 2005, at 19:19, Jack Xue wrote: Hello list, I am working on boosting query performance by writing my own Similarity Class (Rewrite tf(), idf(), boost(), lengthNorm()). I've gone through the defaultSimilarity class. Does anyone know other examples of Similarity Class Implementa

Looking for Similarity Subclass Examples

2005-11-29 Thread Jack Xue
Hello list, I am working on boosting query performance by writing my own Similarity Class (Rewrite tf(), idf(), boost(), lengthNorm()). I've gone through the defaultSimilarity class. Does anyone know other examples of Similarity Class Implementation and point me to that direction? Thanks. Jack