mirror of https://github.com/apache/lucene.git
add class level javadocs
This commit is contained in:
parent
ba66cc9286
commit
dd04142caa
|
@ -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> {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue