Javadoc clarrification for getRecall().

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@635195 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doron Cohen 2008-03-09 08:30:28 +00:00
parent 8b2f12851b
commit ce0309ed5f
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ public class QualityStats {
}
/**
* Return the recall: |{relevant hits}| / |{hits}|.
* Return the recall: |{relevant hits found}| / |{relevant hits existing}|.
*/
public double getRecall() {
return recall;