mirror of https://github.com/apache/lucene.git
fix javaodcs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1343647 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ef0b065bc2
commit
c2150e86a9
|
@ -28,7 +28,7 @@ import org.apache.lucene.store.*;
|
|||
by wrapping composite readers with {@link SlowCompositeReaderWrapper}.
|
||||
|
||||
<p>IndexReader instances for indexes on disk are usually constructed
|
||||
with a call to one of the static <code>DirectoryReader,open()</code> methods,
|
||||
with a call to one of the static <code>DirectoryReader.open()</code> methods,
|
||||
e.g. {@link DirectoryReader#open(Directory)}. {@link DirectoryReader} implements
|
||||
the {@code CompositeReader} interface, it is not possible to directly get postings.
|
||||
<p> Concrete subclasses of IndexReader are usually constructed with a call to
|
||||
|
|
|
@ -52,7 +52,7 @@ import org.apache.lucene.util.ReaderUtil; // for javadocs
|
|||
</ul>
|
||||
|
||||
<p>IndexReader instances for indexes on disk are usually constructed
|
||||
with a call to one of the static <code>DirectoryReader,open()</code> methods,
|
||||
with a call to one of the static <code>DirectoryReader.open()</code> methods,
|
||||
e.g. {@link DirectoryReader#open(Directory)}. {@link DirectoryReader} implements
|
||||
the {@link CompositeReader} interface, it is not possible to directly get postings.
|
||||
|
||||
|
|
Loading…
Reference in New Issue