public class MemoryInvertedIndex.BasicMemoryPostingList extends Object implements MemoryPostingList
| Constructor and Description |
|---|
MemoryInvertedIndex.BasicMemoryPostingList() |
MemoryInvertedIndex.BasicMemoryPostingList(int[] docids,
int[] docfreqs) |
MemoryInvertedIndex.BasicMemoryPostingList(int docid,
int docfreq) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int docid,
int docfreq) |
gnu.trove.TIntArrayList |
getPl_doc() |
gnu.trove.TIntArrayList |
getPl_freq() |
public MemoryInvertedIndex.BasicMemoryPostingList()
public MemoryInvertedIndex.BasicMemoryPostingList(int[] docids,
int[] docfreqs)
public MemoryInvertedIndex.BasicMemoryPostingList(int docid,
int docfreq)
Terrier 4.0. Copyright © 2004-2014 University of Glasgow