From 46985446cfcc47cdd52b9249c14e428f13d627e2 Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Thu, 8 Sep 2011 21:01:58 +0000 Subject: [PATCH] fix javadocs git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1166902 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/src/java/org/apache/lucene/index/MultiFields.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lucene/src/java/org/apache/lucene/index/MultiFields.java b/lucene/src/java/org/apache/lucene/index/MultiFields.java index 517b455b6c2..e266d039365 100644 --- a/lucene/src/java/org/apache/lucene/index/MultiFields.java +++ b/lucene/src/java/org/apache/lucene/index/MultiFields.java @@ -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. * *

NOTE: this is a slow way to access postings. * It's better to get the sub-readers (using {@link