mirror of https://github.com/apache/lucene.git
javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384284 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
882d6ec9c4
commit
4634ed1bd9
|
@ -26,7 +26,7 @@ import org.apache.lucene.store.*;
|
|||
Instances of this reader type can only
|
||||
be used to get stored fields from the underlying AtomicReaders,
|
||||
but it is not possible to directly retrieve postings. To do that, get
|
||||
the {@link AtomicReaderContext} for all sub-readers via {@link #leaves}.
|
||||
the {@link AtomicReaderContext} for all sub-readers via {@link #leaves()}.
|
||||
Alternatively, you can mimic an {@link AtomicReader} (with a serious slowdown),
|
||||
by wrapping composite readers with {@link SlowCompositeReaderWrapper}.
|
||||
|
||||
|
|
Loading…
Reference in New Issue