Index: src/java/org/apache/lucene/index/TermFreqVector.java =================================================================== RCS file: /home/cvspublic/jakarta-lucene/src/java/org/apache/lucene/index/TermFreqVector.java,v retrieving revision 1.1 diff -u -r1.1 TermFreqVector.java --- src/java/org/apache/lucene/index/TermFreqVector.java 20 Feb 2004 20:14:55 -0000 1.1 +++ src/java/org/apache/lucene/index/TermFreqVector.java 24 Feb 2004 18:51:16 -0000 @@ -25,7 +25,7 @@ /** Array of term frequencies. Locations of the array correspond one to one - * to the term numbers in the array obtained from getTermNumbers + * to the terms in the array obtained from getTerms * method. Each location in the array contains the number of times this * term occurs in the document or the document field. */ @@ -43,7 +43,7 @@ public String toString(IndexReader ir) throws IOException; - /** Return an index in the term numbers array returned from getTermNumbers + /** Return an index in the terms array returned from getTerms * at which the term with the specified termNumber appears. If this * term does not appear in the array, return -1. */