|
||||||||||
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(java.lang.Iterable<Vector> iterable)
Write all values in the Iterable to the output |
long |
write(java.lang.Iterable<Vector> iterable,
long maxDocs)
Write the first maxDocs to the output. |
Method Detail |
---|
long write(java.lang.Iterable<Vector> iterable) throws java.io.IOException
java.io.IOException
- if there was a problem writinglong write(java.lang.Iterable<Vector> iterable, long maxDocs) throws java.io.IOException
maxDocs
to the output.
maxDocs
- the maximum number of docs to write
java.io.IOException
- if there was a problem writingvoid close() throws java.io.IOException
java.io.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 |