File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
lucene/core/src/java/org/apache/lucene/index Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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,
You can’t perform that action at this time.
0 commit comments