public class BlockInvertedIndexInputStream extends InvertedIndexInputStream
| Modifier and Type | Field and Description | 
|---|---|
| protected int | DocumentBlockCountDeltaDeprecated.  | 
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, skippublic BlockInvertedIndexInputStream(IndexOnDisk _index, String _structureName, Class<? extends IterablePosting> _postingImplementation) throws IOException
_index - _structureName - _postingImplementation - IOExceptionpublic BlockInvertedIndexInputStream(IndexOnDisk _index, String structureName, Iterator<? extends LexiconEntry> lexInputStream, Class<? extends IterablePosting> _postingIteratorClass) throws IOException
_index - structureName - lexInputStream - _postingIteratorClass - IOExceptionpublic BlockInvertedIndexInputStream(IndexOnDisk _index, String structureName, Iterator<? extends LexiconEntry> lexInputStream) throws IOException
_index - structureName - lexInputStream - IOExceptionpublic BlockInvertedIndexInputStream(IndexOnDisk _index, String _structureName) throws IOException
_index - _structureName - IOExceptionprotected int[][] getNextDocuments(BitIndexPointer pointer) throws IOException
InvertedIndexInputStreamgetNextDocuments in class InvertedIndexInputStreampointer - for the number of documentsIOExceptionTerrier Information Retrieval Platform4.1. Copyright © 2004-2015, University of Glasgow