private static final class DirectPostingsFormat.DirectField.HighFreqTerm extends DirectPostingsFormat.DirectField.TermAndSkip
| Modifier and Type | Field and Description |
|---|---|
private static long |
BASE_RAM_BYTES_USED |
int[] |
docIDs |
int[] |
freqs |
byte[][][] |
payloads |
int[][] |
positions |
long |
totalTermFreq |
skips| Constructor and Description |
|---|
HighFreqTerm(int[] docIDs,
int[] freqs,
int[][] positions,
byte[][][] payloads,
long totalTermFreq) |
| Modifier and Type | Method and Description |
|---|---|
long |
ramBytesUsed()
Return the memory usage of this object in bytes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildResourcesprivate static final long BASE_RAM_BYTES_USED
public final long totalTermFreq
public final int[] docIDs
public final int[] freqs
public final int[][] positions
public final byte[][][] payloads
public HighFreqTerm(int[] docIDs,
int[] freqs,
int[][] positions,
byte[][][] payloads,
long totalTermFreq)
public long ramBytesUsed()
Accountable