Update DocumentBatch.java

This commit is contained in:
Christine Poerschke 2024-11-13 19:07:52 +00:00 committed by GitHub
parent dd04142caa
commit f8188bdc24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -33,9 +33,7 @@ import org.apache.lucene.store.ByteBuffersDirectory;
import org.apache.lucene.store.Directory; import org.apache.lucene.store.Directory;
import org.apache.lucene.util.IOUtils; import org.apache.lucene.util.IOUtils;
/** /** Abstraction for a DocumentBatch containing a single or a set of documents. */
* Abstract for a DocumentBatch containing a single or a set of documents.
*/
public abstract class DocumentBatch implements Closeable, Supplier<LeafReader> { public abstract class DocumentBatch implements Closeable, Supplier<LeafReader> {
/** /**