Module org.apache.lucene.codecs
Package org.apache.lucene.codecs.memory
Class DirectPostingsFormat.DirectField.TermAndSkip
java.lang.Object
org.apache.lucene.codecs.memory.DirectPostingsFormat.DirectField.TermAndSkip
- All Implemented Interfaces:
Accountable
- Direct Known Subclasses:
DirectPostingsFormat.DirectField.HighFreqTerm
,DirectPostingsFormat.DirectField.LowFreqTerm
- Enclosing class:
DirectPostingsFormat.DirectField
private abstract static class DirectPostingsFormat.DirectField.TermAndSkip
extends Object
implements Accountable
-
Field Summary
FieldsFields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.lucene.util.Accountable
getChildResources, ramBytesUsed
-
Field Details
-
skips
public int[] skips
-
-
Constructor Details
-
TermAndSkip
private TermAndSkip()
-