public abstract class IntIndexOutput extends Object implements Closeable
NOTE: block sizes could be variable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | IntIndexOutput.IndexRecords a single skip-point in the IndexOutput. | 
| Constructor and Description | 
|---|
| IntIndexOutput() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | close() | 
| abstract IntIndexOutput.Index | index()If you are indexing the primary output file, call
  this and interact with the returned IndexWriter. | 
| abstract void | write(int v)Write an int to the primary file. | 
public abstract void write(int v)
                    throws IOException
IOExceptionpublic abstract IntIndexOutput.Index index()
public abstract void close()
                    throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.