fix javadocs

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1166902 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-09-08 21:01:58 +00:00
parent 013e2776b8
commit 46985446cf
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@ public final class MultiFields extends Fields {
/** Returns a single {@link Fields} instance for this
* reader, merging fields/terms/docs/positions on the
* fly. This method will not return null.
* fly. This method will return null if the reader
* has no postings.
*
* <p><b>NOTE</b>: this is a slow way to access postings.
* It's better to get the sub-readers (using {@link