- Applied a javadoc fix from bug 18927, attachment id 10523

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150214 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2004-02-26 18:27:12 +00:00
parent de9099fb72
commit d890b39eef
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ public abstract class IndexReader {
/** 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 terms and frequencies for those terms
* Each vector contains terms and frequencies for all terms
* in a given vectorized field.
* If no such fields existed, the method returns null.
*