Similarity class

2003-11-24 Thread Ralf B
Hi, I am a very beginner of Lucene und started to look into some articles and the API documentation. I know the theories behind Information Retrieval and want to find out about Lucene. I think it is the best Java API IR package available nowadays. One question: The similarity class is abstract

Re: Similarity class

2003-11-24 Thread Otis Gospodnetic
started to look into some articles and the API documentation. I know the theories behind Information Retrieval and want to find out about Lucene. I think it is the best Java API IR package available nowadays. One question: The similarity class is abstract. Are there default implementations

Re: Similarity class

2003-11-24 Thread Erik Hatcher
On Monday, November 24, 2003, at 12:22 PM, Ralf B wrote: One question: The similarity class is abstract. Are there default implementations like in other parts of this API (Analysers for example) available and how can I use it i.e. to calculate weights? Are there some default implementations