add class level javadocs

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

View File

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