private static final class DirectPostingsFormat.DirectField.LowFreqTerm extends DirectPostingsFormat.DirectField.TermAndSkip
| Modifier and Type | Field and Description |
|---|---|
private static long |
BASE_RAM_BYTES_USED |
int |
docFreq |
byte[] |
payloads |
int[] |
postings |
int |
totalTermFreq |
skips| Constructor and Description |
|---|
LowFreqTerm(int[] postings,
byte[] payloads,
int docFreq,
int 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 int[] postings
public final byte[] payloads
public final int docFreq
public final int totalTermFreq
public LowFreqTerm(int[] postings,
byte[] payloads,
int docFreq,
int totalTermFreq)
public long ramBytesUsed()
Accountable