public class IListMetadataWrite extends IListMetadata implements IListWriter
term| Constructor and Description |
|---|
IListMetadataWrite(String term,
long offset) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(long new_uid,
IListItem item)
Append a new inverted list item.
|
void |
close()
Close this IListWriter.
|
IListWriter |
getNew(DataOutput ils_dta,
ProximitiesFileOut prox) |
void |
store(DataOutput out)
Description of the Method
|
getLength, isBitmap, isSeparatedpublic IListMetadataWrite(String term, long offset)
term - offset - public IListWriter getNew(DataOutput ils_dta, ProximitiesFileOut prox)
ils_dta - prox - public void append(long new_uid,
IListItem item)
throws IOException
IListWriterappend in interface IListWriternew_uid - The new item identification.item - The inverted list item.IOExceptionpublic void store(DataOutput out) throws IOException
out - Description of the ParameterIOException - Description of the Exceptionpublic void close()
IListWriterclose in interface AutoCloseableclose in interface IListWriterCopyright © 2016 Egothor. All Rights Reserved.