public interface VectorWriter extends Closeable
long write(Iterable<Vector> iterable) throws IOException
iterable - The Iterable to loop overIOException - if there was a problem writingvoid write(Vector vector) throws IOException
vector - The Vector to writeIOExceptionlong write(Iterable<Vector> iterable, long maxDocs) throws IOException
maxDocs to the output.iterable - The Iterable to loop overmaxDocs - the maximum number of docs to writeIOException - if there was a problem writingCopyright © 2008–2013 The Apache Software Foundation. All rights reserved.