Skip to content

Commit 0c75f3f

Browse files
vsop-479jpountz
authored andcommitted
Fix java doc. (#14733)
1 parent bb590f5 commit 0c75f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lucene/core/src/java/org/apache/lucene/index/IndexWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
* removed with {@link #deleteDocuments(Term...)} or {@link #deleteDocuments(Query...)}. A document
110110
* can be updated with {@link #updateDocument(Term, Iterable) updateDocument} (which just deletes
111111
* and then adds the entire document). When finished adding, deleting and updating documents, {@link
112-
* #close() close} should be called. <a id="sequence_numbers"></a>
112+
* #close() close} should be called. <a id="sequence_number"></a>
113113
*
114114
* <p>Each method that changes the index returns a {@code long} sequence number, which expresses the
115115
* effective order in which each change was applied. {@link #commit} also returns a sequence number,

0 commit comments

Comments
 (0)