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, skippublic BlockDirectIndexInputStream(IndexOnDisk index, String structureName) throws IOException
index - structureName - IOExceptionpublic BlockDirectIndexInputStream(IndexOnDisk index, String structureName, Class<? extends IterablePosting> postingClass) throws IOException
index - structureName - postingClass - IOExceptionpublic int[][] getNextTerms(BitIndexPointer pointer) throws IOException
getNextTerms in class DirectIndexInputStreamIOExceptionTerrier Information Retrieval Platform4.1. Copyright © 2004-2015, University of Glasgow