Module org.apache.lucene.sandbox
Class VersionBlockTreeTermsWriter.PendingTerm
- java.lang.Object
-
- org.apache.lucene.sandbox.codecs.idversion.VersionBlockTreeTermsWriter.PendingEntry
-
- org.apache.lucene.sandbox.codecs.idversion.VersionBlockTreeTermsWriter.PendingTerm
-
- Enclosing class:
- VersionBlockTreeTermsWriter
private static final class VersionBlockTreeTermsWriter.PendingTerm extends VersionBlockTreeTermsWriter.PendingEntry
-
-
Field Summary
Fields Modifier and Type Field Description BlockTermState
state
byte[]
termBytes
-
Fields inherited from class org.apache.lucene.sandbox.codecs.idversion.VersionBlockTreeTermsWriter.PendingEntry
isTerm
-
-
Constructor Summary
Constructors Constructor Description PendingTerm(BytesRef term, BlockTermState state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
termBytes
public final byte[] termBytes
-
state
public final BlockTermState state
-
-
Constructor Detail
-
PendingTerm
public PendingTerm(BytesRef term, BlockTermState state)
-
-