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