cutting 2004/02/24 12:43:35 Modified: src/java/org/apache/lucene/index IndexReader.java Log: Fixed javadoc. Revision Changes Path 1.27 +3 -3 jakarta-lucene/src/java/org/apache/lucene/index/IndexReader.java Index: IndexReader.java =================================================================== RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/index/IndexReader.java,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- IndexReader.java 20 Feb 2004 20:14:55 -0000 1.26 +++ IndexReader.java 24 Feb 2004 20:43:35 -0000 1.27 @@ -216,7 +216,7 @@ /** Return an array of term frequency vectors for the specified document. * The array contains a vector for each vectorized field in the document. - * Each vector vector contains term numbers and frequencies for all terms + * Each vector vector contains terms and frequencies for those terms * in a given vectorized field. * If no such fields existed, the method returns null. * @@ -226,7 +226,7 @@ throws IOException; /** Return a term frequency vector for the specified document and field. The - * vector returned contains term numbers and frequencies for all terms in + * vector returned contains terms and frequencies for those terms in * the specified field of this document, if the field had storeTermVector * flag set. If the flag was not set, the method returns null. *
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]