mirror of https://github.com/apache/lucene.git
fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5611@1590783 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e7b59c5a21
commit
48e9fa5e60
|
@ -32,7 +32,7 @@ import org.apache.lucene.index.AtomicReader;
|
|||
* <p>
|
||||
* <ol>
|
||||
* <li>For every document, {@link #startDocument()} is called,
|
||||
* informing the Codec how many fields will be written.
|
||||
* informing the Codec that a new document has started.
|
||||
* <li>{@link #writeField(FieldInfo, StorableField)} is called for
|
||||
* each field in the document.
|
||||
* <li>After all documents have been written, {@link #finish(FieldInfos, int)}
|
||||
|
|
Loading…
Reference in New Issue