public class BlockInvertedIndexInputStream extends InvertedIndexInputStream
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 |
---|
BlockInvertedIndexInputStream(IndexOnDisk _index,
String _structureName)
Deprecated.
Construct an instance of the class with
|
BlockInvertedIndexInputStream(IndexOnDisk _index,
String _structureName,
Class<? extends IterablePosting> _postingImplementation)
Deprecated.
Construct an instance of the class with
|
BlockInvertedIndexInputStream(IndexOnDisk _index,
String structureName,
Iterator<? extends LexiconEntry> lexInputStream)
Deprecated.
Construct an instance of the class with
|
BlockInvertedIndexInputStream(IndexOnDisk _index,
String structureName,
Iterator<? extends LexiconEntry> lexInputStream,
Class<? extends IterablePosting> _postingIteratorClass)
Deprecated.
Construct an instance of the class with
|
Modifier and Type | Method and Description |
---|---|
protected int[][] |
getNextDocuments(BitIndexPointer pointer)
Deprecated.
Get the set of documents for the given term pointer
|
getNextDocuments
_next, close, getCurrentPointer, getDocumentIndex, getEntriesSkipped, getFilename, getFilename, getNextPostings, getNumberOfCurrentPostings, getPos, hasNext, loadPostingIterator, next, print, remove, skip
public BlockInvertedIndexInputStream(IndexOnDisk _index, String _structureName, Class<? extends IterablePosting> _postingImplementation) throws IOException
_index
- _structureName
- _postingImplementation
- IOException
public BlockInvertedIndexInputStream(IndexOnDisk _index, String structureName, Iterator<? extends LexiconEntry> lexInputStream, Class<? extends IterablePosting> _postingIteratorClass) throws IOException
_index
- structureName
- lexInputStream
- _postingIteratorClass
- IOException
public BlockInvertedIndexInputStream(IndexOnDisk _index, String structureName, Iterator<? extends LexiconEntry> lexInputStream) throws IOException
_index
- structureName
- lexInputStream
- IOException
public BlockInvertedIndexInputStream(IndexOnDisk _index, String _structureName) throws IOException
_index
- _structureName
- IOException
protected int[][] getNextDocuments(BitIndexPointer pointer) throws IOException
InvertedIndexInputStream
getNextDocuments
in class InvertedIndexInputStream
pointer
- for the number of documentsIOException
Terrier 4.0. Copyright © 2004-2014 University of Glasgow