public class BlockDirectIndexInputStream extends DirectIndexInputStream
BlockDirectIndex
Modifier and Type | Field and Description |
---|---|
protected int |
DocumentBlockCountDelta
Deprecated.
|
currentEntryCount, currentFile, currentPointer, doi, entriesSkipped, fieldCount, file, fileCount, index, logger, pointerList, postingConstructor, postingIteratorClass, structureName
Constructor and Description |
---|
BlockDirectIndexInputStream(IndexOnDisk index,
String structureName)
Deprecated.
Constructs an index of the class with
|
BlockDirectIndexInputStream(IndexOnDisk index,
String structureName,
Class<? extends IterablePosting> postingClass)
Deprecated.
Constructs an index of the class with
|
Modifier and Type | Method and Description |
---|---|
int[][] |
getNextTerms(BitIndexPointer pointer)
Deprecated.
Get the terms for the next document at the pointer specified
|
getDocumentIndex, getNextTerms
_next, close, getCurrentPointer, getEntriesSkipped, getFilename, getFilename, getNextPostings, getNumberOfCurrentPostings, getPos, hasNext, loadPostingIterator, next, print, remove, skip
public BlockDirectIndexInputStream(IndexOnDisk index, String structureName) throws IOException
index
- structureName
- IOException
public BlockDirectIndexInputStream(IndexOnDisk index, String structureName, Class<? extends IterablePosting> postingClass) throws IOException
index
- structureName
- postingClass
- IOException
public int[][] getNextTerms(BitIndexPointer pointer) throws IOException
getNextTerms
in class DirectIndexInputStream
IOException
Terrier 4.0. Copyright © 2004-2014 University of Glasgow