private static final class VersionBlockTreeTermsWriter.PendingTerm extends VersionBlockTreeTermsWriter.PendingEntry
Modifier and Type | Field and Description |
---|---|
BlockTermState |
state |
byte[] |
termBytes |
isTerm
Constructor and Description |
---|
PendingTerm(BytesRef term,
BlockTermState state) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final byte[] termBytes
public final BlockTermState state
public PendingTerm(BytesRef term, BlockTermState state)