|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VectorWriter
Method Summary | |
---|---|
void |
close()
Close any internally held resources. |
long |
write(Iterable<Vector> iterable)
Write all values in the Iterable to the output |
long |
write(Iterable<Vector> iterable,
long maxDocs)
Write the first maxDocs to the output. |
Method Detail |
---|
long write(Iterable<Vector> iterable) throws IOException
IOException
- if there was a problem writinglong write(Iterable<Vector> iterable, long maxDocs) throws IOException
maxDocs
to the output.
maxDocs
- the maximum number of docs to write
IOException
- if there was a problem writingvoid close() throws IOException
IOException
- if there was an issue closing the item
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |