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 java.lang.Object implements Accountable
-
-
Field Summary
Fields Modifier and Type Field Description int[]
skips
-
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE
-
-
Constructor Summary
Constructors Modifier Constructor Description private
TermAndSkip()
-
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
-
-