/[Apache-SVN]/lucene/nutch/trunk/src/java/org/apache/nutch/searcher/Hit.java
ViewVC logotype

Diff of /lucene/nutch/trunk/src/java/org/apache/nutch/searcher/Hit.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- lucene/nutch/trunk/src/java/org/apache/nutch/searcher/Hit.java	2006/04/14 17:12:59	394142
+++ lucene/nutch/trunk/src/java/org/apache/nutch/searcher/Hit.java	2006/04/14 17:13:28	394143
@@ -67,11 +67,11 @@ public class Hit implements Writable, Co
   /** Return the value of the field that hits should be deduplicated on. */
   public String getDedupValue() { return dedupValue; }
 
-  /** True iff other, lower-scoring, hits with the same dedup value have been
+  /** True if other, lower-scoring, hits with the same dedup value have been
    * excluded from the list which contains this hit.. */
   public boolean moreFromDupExcluded() { return moreFromDupExcluded; }
 
-  /** True iff other, lower-scoring, hits with the same deup value have been
+  /** True if other, lower-scoring, hits with the same deup value have been
    * excluded from the list which contains this hit.. */
   public void setMoreFromDupExcluded(boolean more){moreFromDupExcluded=more;}
 

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26