mirror of https://github.com/apache/lucene.git
- 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:
parent
de9099fb72
commit
d890b39eef
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue