jacobian
jacobian

Reputation: 327

precision and recall in lucene

hello all I was wondering, if I want to measure precision and recall in lucene then what's the best way for me to do it? is there any sample cource code that I can use?

a little background, I am using lucene to create a kind of search engine for my thesis. and I also wanted to do an analysis of how well those search engine performs and the only way to do that I think is for me to compute the precision and recall metrics. so any suggestion would be helpful.

thanks though

Upvotes: 2

Views: 1037

Answers (1)

Yuval F
Yuval F

Reputation: 20621

You can try these email threads. Alternatively, you can use MRR. See also Search Application Relevance Issues.

Upvotes: 4

Related Questions