mirror of https://github.com/apache/lucene.git
Update DocumentBatch.java
This commit is contained in:
parent
dd04142caa
commit
f8188bdc24
|
@ -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> {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue