public class MemoryDirectIndex.DocumentPostingList extends Object
| Constructor and Description |
|---|
MemoryDirectIndex.DocumentPostingList() |
MemoryDirectIndex.DocumentPostingList(int[] docids,
int[] docfreqs) |
MemoryDirectIndex.DocumentPostingList(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 MemoryDirectIndex.DocumentPostingList()
public MemoryDirectIndex.DocumentPostingList(int[] docids,
int[] docfreqs)
public MemoryDirectIndex.DocumentPostingList(int docid,
int docfreq)
Terrier 4.0. Copyright © 2004-2014 University of Glasgow