You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2008/01/09 00:44:57 UTC

[Lucene-java Wiki] Update of "SearchQualityReports" by DoronCohen

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The following page has been changed by DoronCohen:
http://wiki.apache.org/lucene-java/SearchQualityReports

New page:
= Reports on Search Quality Experiments with Lucene =

This page is for Lucene users and developers to report on experiments of measuring or improving Lucene search quality.

== Search Quality? ==

First question is how to define the search quality. 
While each new experiment reported herein may define different measures,
few standard ones are
 * MAP - Mean Average Precision.
 * MRR - Mean Reciprocal Precision.
 * P@n - Precision at n, where sometimes interesting n values are 1, 5, 10, and 20.
See also [http://en.wikipedia.org/wiki/Information_retrieval#Performance_measures wikipedia/ir].

== How to Measure? ==

In Lucene's contrib benchmark, the
[http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/javadoc/org/apache/lucene/benchmark/quality/package-summary.html  search quality package]
can be used for quality tests. 
The package comes with ready to use TREC evaluation and query parsing
code, as well as submission reports creation for submitting to TREC, 
but is open for extension to any other evaluation data and queries.

== The experiments ==

These are the experiments reported so far.
Please add yours!

* ["TREC 2007 1MQ Track - IBM Haifa Team"].