public static class IndexWriter.IntArray1NWriter extends Object
| Constructor and Description |
|---|
IntArray1NWriter(int size,
File indexFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
IIndexReader.IOne2ManyIndex |
flush() |
File |
getIndexFile() |
void |
log(IIndexReader.IOne2LongIndex identifier,
int index,
ArrayLong references) |
void |
log(IndexWriter.Identifier identifier,
int index,
ArrayLong references) |
void |
log(int index,
ArrayInt references)
must not contain duplicates!
|
void |
log(int index,
int[] values) |
public IntArray1NWriter(int size,
File indexFile)
throws IOException
IOExceptionpublic void log(IndexWriter.Identifier identifier, int index, ArrayLong references) throws IOException
IOExceptionpublic void log(IIndexReader.IOne2LongIndex identifier, int index, ArrayLong references) throws IOException
IOExceptionpublic void log(int index,
ArrayInt references)
throws IOException
IOExceptionpublic void log(int index,
int[] values)
throws IOException
IOExceptionpublic IIndexReader.IOne2ManyIndex flush() throws IOException
IOExceptionpublic void cancel()
public File getIndexFile()