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 |