Re: recall/precision with lucene

2008-02-10 Thread Doron Cohen
Take a look at the quality package under contrib/benchmark. Regards, Doron On Sat, Feb 9, 2008 at 2:59 AM, Panos Konstantinidis <[EMAIL PROTECTED]> wrote: > Hello I am a new lucene user. I am trying to calculate the > recall/precision of > a query and I was wondering if lucene provides an easy w

Re: recall/precision with lucene

2008-02-09 Thread Paul Elschot
Op Saturday 09 February 2008 01:59:12 schreef Panos Konstantinidis: > Hello I am a new lucene user. I am trying to calculate the recall/precision of > a query and I was wondering if lucene provides an easy way to do it. > > Currently I have a number of documents that match a given query. Then I a

recall/precision with lucene

2008-02-08 Thread Panos Konstantinidis
Hello I am a new lucene user. I am trying to calculate the recall/precision of a query and I was wondering if lucene provides an easy way to do it. Currently I have a number of documents that match a given query. Then I am doing a search and I am getting back all the Hits. I then divide the numbe