Uses of Class
org.terrier.structures.indexing.InvertedIndexBuilder.IntLongTuple

Packages that use InvertedIndexBuilder.IntLongTuple
org.terrier.structures.indexing Provides the classes used for creating the data structures of the Terrier platform. 
 

Uses of InvertedIndexBuilder.IntLongTuple in org.terrier.structures.indexing
 

Methods in org.terrier.structures.indexing that return InvertedIndexBuilder.IntLongTuple
protected  InvertedIndexBuilder.IntLongTuple InvertedIndexBuilder.scanLexiconForPointers(long PointersToProcess, java.util.Iterator<java.util.Map.Entry<java.lang.String,LexiconEntry>> lexiconStream, gnu.trove.TIntIntHashMap codesHashMap, java.util.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, java.util.Iterator<java.util.Map.Entry<java.lang.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 3.5. Copyright © 2004-2011 University of Glasgow