Re: Similarity scores for all docs

2005-12-07 Thread Grant Ingersoll
Message- From: Eugene Ezekiel [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 07, 2005 6:03 PM To: java-user@lucene.apache.org Subject: Similarity scores for all docs Hi, Is there any way to get the similarity scores for each document in the index? I can iterate thru each doc in the index

Re: Similarity scores for all docs

2005-12-07 Thread Eugene Ezekiel
scores by calling Hits.score(). So you should search at first to get Hits object. regards, Koji -Original Message- From: Eugene Ezekiel [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 07, 2005 6:03 PM To: java-user@lucene.apache.org Subject: Similarity scores for all docs Hi, Is

RE: Similarity scores for all docs

2005-12-07 Thread Koji Sekiguchi
milarity scores for all docs > > > Hi, > > Is there any way to get the similarity scores for each document in the > index? I can iterate thru each doc in the index using the IndexReader > but not sure how to get the similarity score for that doc. > &

Similarity scores for all docs

2005-12-07 Thread Eugene Ezekiel
Hi, Is there any way to get the similarity scores for each document in the index? I can iterate thru each doc in the index using the IndexReader but not sure how to get the similarity score for that doc. Thanks. -- Regards, Eugene ---