| Package | Description | 
|---|---|
| org.terrier.structures.indexing.classical | 
 Provides functionality for creating on-disk indices via indexer classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected InvertedIndexBuilder.IntLongTuple | 
InvertedIndexBuilder.scanLexiconForPointers(long PointersToProcess,
                      Iterator<Map.Entry<String,LexiconEntry>> lexiconStream,
                      gnu.trove.TIntIntHashMap codesHashMap,
                      ArrayList<gnu.trove.TIntArrayList[]> tmpStorageStorage)
Iterates through the lexicon, until it has reached the given number of pointers 
 | 
protected InvertedIndexBuilder.IntLongTuple | 
InvertedIndexBuilder.scanLexiconForTerms(int _processTerms,
                   Iterator<Map.Entry<String,LexiconEntry>> lexiconStream,
                   gnu.trove.TIntIntHashMap codesHashMap,
                   gnu.trove.TIntArrayList[][] tmpStorage)
Iterates through the lexicon, until it has reached the given number of terms 
 | 
Terrier 4.0. Copyright © 2004-2014 University of Glasgow